Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-ilitek-ili9806e.c29 struct ili9806e_panel { struct
43 static inline struct ili9806e_panel *to_ili9806e_panel(struct drm_panel *panel) in to_ili9806e_panel() argument
45 return container_of(panel, struct ili9806e_panel, panel); in to_ili9806e_panel()
48 static int ili9806e_power_on(struct ili9806e_panel *ctx) in ili9806e_power_on()
68 static int ili9806e_power_off(struct ili9806e_panel *ctx) in ili9806e_power_off()
82 static int ili9806e_on(struct ili9806e_panel *ili9806e) in ili9806e_on()
96 static int ili9806e_off(struct ili9806e_panel *panel) in ili9806e_off()
109 struct ili9806e_panel *ctx = to_ili9806e_panel(panel); in ili9806e_prepare()
127 struct ili9806e_panel *ctx = to_ili9806e_panel(panel); in ili9806e_unprepare()
143 struct ili9806e_panel *ctx = to_ili9806e_panel(panel); in ili9806e_get_modes()
[all …]