Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/panel/
Dpanel-simple.c176 struct panel_simple { struct
202 static inline struct panel_simple *to_panel_simple(struct drm_panel *panel) in to_panel_simple() argument
204 return container_of(panel, struct panel_simple, base); in to_panel_simple()
207 static unsigned int panel_simple_get_timings_modes(struct panel_simple *panel, in panel_simple_get_timings_modes()
239 static unsigned int panel_simple_get_display_modes(struct panel_simple *panel, in panel_simple_get_display_modes()
270 static int panel_simple_get_non_edid_modes(struct panel_simple *panel, in panel_simple_get_non_edid_modes()
332 struct panel_simple *p = to_panel_simple(panel); in panel_simple_disable()
347 struct panel_simple *p = dev_get_drvdata(dev); in panel_simple_suspend()
361 struct panel_simple *p = to_panel_simple(panel); in panel_simple_unprepare()
377 static int panel_simple_get_hpd_gpio(struct device *dev, struct panel_simple *p) in panel_simple_get_hpd_gpio()
[all …]