Lines Matching defs:panel
239 static inline struct panel_edp *to_panel_edp(struct drm_panel *panel) in to_panel_edp()
244 static unsigned int panel_edp_get_timings_modes(struct panel_edp *panel, in panel_edp_get_timings_modes()
276 static unsigned int panel_edp_get_display_modes(struct panel_edp *panel, in panel_edp_get_display_modes()
307 static int panel_edp_override_edid_mode(struct panel_edp *panel, in panel_edp_override_edid_mode()
325 static int panel_edp_get_non_edid_modes(struct panel_edp *panel, in panel_edp_get_non_edid_modes()
381 static int panel_edp_disable(struct drm_panel *panel) in panel_edp_disable()
407 static int panel_edp_unprepare(struct drm_panel *panel) in panel_edp_unprepare()
526 static int panel_edp_prepare(struct drm_panel *panel) in panel_edp_prepare()
546 static int panel_edp_enable(struct drm_panel *panel) in panel_edp_enable()
587 static int panel_edp_get_modes(struct drm_panel *panel, in panel_edp_get_modes()
638 static int panel_edp_get_timings(struct drm_panel *panel, in panel_edp_get_timings()
655 static enum drm_panel_orientation panel_edp_get_orientation(struct drm_panel *panel) in panel_edp_get_orientation()
664 struct drm_panel *panel = s->private; in detected_panel_show() local
679 static void panel_edp_debugfs_init(struct drm_panel *panel, struct dentry *root) in panel_edp_debugfs_init()
699 struct panel_edp *panel, in panel_edp_parse_panel_timing_node()
744 static int generic_edp_panel_probe(struct device *dev, struct panel_edp *panel) in generic_edp_panel_probe()
834 struct panel_edp *panel; in panel_edp_probe() local
941 struct panel_edp *panel = dev_get_drvdata(dev); in panel_edp_remove() local
958 struct panel_edp *panel = dev_get_drvdata(dev); in panel_edp_shutdown() local
2000 const struct edp_panel_entry *panel; in find_edp_panel() local