Lines Matching defs:panel
236 static inline struct panel_edp *to_panel_edp(struct drm_panel *panel) in to_panel_edp()
241 static unsigned int panel_edp_get_timings_modes(struct panel_edp *panel, in panel_edp_get_timings_modes()
273 static unsigned int panel_edp_get_display_modes(struct panel_edp *panel, in panel_edp_get_display_modes()
304 static int panel_edp_get_non_edid_modes(struct panel_edp *panel, in panel_edp_get_non_edid_modes()
360 static int panel_edp_disable(struct drm_panel *panel) in panel_edp_disable()
386 static int panel_edp_unprepare(struct drm_panel *panel) in panel_edp_unprepare()
505 static int panel_edp_prepare(struct drm_panel *panel) in panel_edp_prepare()
525 static int panel_edp_enable(struct drm_panel *panel) in panel_edp_enable()
566 static int panel_edp_get_modes(struct drm_panel *panel, in panel_edp_get_modes()
605 static int panel_edp_get_timings(struct drm_panel *panel, in panel_edp_get_timings()
622 static enum drm_panel_orientation panel_edp_get_orientation(struct drm_panel *panel) in panel_edp_get_orientation()
631 struct drm_panel *panel = s->private; in detected_panel_show() local
646 static void panel_edp_debugfs_init(struct drm_panel *panel, struct dentry *root) in panel_edp_debugfs_init()
666 struct panel_edp *panel, in panel_edp_parse_panel_timing_node()
711 static int generic_edp_panel_probe(struct device *dev, struct panel_edp *panel) in generic_edp_panel_probe()
801 struct panel_edp *panel; in panel_edp_probe() local
908 struct panel_edp *panel = dev_get_drvdata(dev); in panel_edp_remove() local
925 struct panel_edp *panel = dev_get_drvdata(dev); in panel_edp_shutdown() local
1884 const struct edp_panel_entry *panel; in find_edp_panel() local