Home
last modified time | relevance | path

Searched refs:nl8048_panel (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A Dpanel-nec-nl8048hl11.c23 struct nl8048_panel { struct
30 #define to_nl8048_device(p) container_of(p, struct nl8048_panel, panel) argument
32 static int nl8048_write(struct nl8048_panel *lcd, unsigned char addr, in nl8048_write()
46 static int nl8048_init(struct nl8048_panel *lcd) in nl8048_init()
92 struct nl8048_panel *lcd = to_nl8048_device(panel); in nl8048_disable()
101 struct nl8048_panel *lcd = to_nl8048_device(panel); in nl8048_enable()
154 struct nl8048_panel *lcd = dev_get_drvdata(dev); in nl8048_suspend()
164 struct nl8048_panel *lcd = dev_get_drvdata(dev); in nl8048_resume()
178 struct nl8048_panel *lcd; in nl8048_probe()
217 struct nl8048_panel *lcd = spi_get_drvdata(spi); in nl8048_remove()