nl8048_panel
struct nl8048_panel *lcd = to_nl8048_device(panel);
struct nl8048_panel *lcd = dev_get_drvdata(dev);
struct nl8048_panel *lcd = dev_get_drvdata(dev);
struct nl8048_panel *lcd;
lcd = devm_drm_panel_alloc(&spi->dev, struct nl8048_panel, panel,
struct nl8048_panel *lcd = spi_get_drvdata(spi);
#define to_nl8048_device(p) container_of(p, struct nl8048_panel, panel)
static int nl8048_write(struct nl8048_panel *lcd, unsigned char addr,
static int nl8048_init(struct nl8048_panel *lcd)
struct nl8048_panel *lcd = to_nl8048_device(panel);