Lines Matching refs:omap_dss_device
31 static void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
41 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
68 struct omap_dss_device *ldev = list_entry(cur, in omapdss_register_display()
69 struct omap_dss_device, in omapdss_register_display()
80 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
90 struct omap_dss_device *dssdev; in omapdss_component_is_display()
106 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
120 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
131 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device()
134 struct omap_dss_device *dssdev; in omap_dss_get_next_device()
144 dssdev = list_first_entry(&panel_list, struct omap_dss_device, in omap_dss_get_next_device()
153 dssdev = list_entry(l, struct omap_dss_device, panel_list); in omap_dss_get_next_device()
160 dssdev = list_entry(l->next, struct omap_dss_device, in omap_dss_get_next_device()