Lines Matching refs:omap_dss_device

25 void omapdss_default_get_resolution(struct omap_dss_device *dssdev,  in omapdss_default_get_resolution()
33 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev) in omapdss_default_get_recommended_bpp()
64 void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
73 struct omap_dss_device *dssdev = NULL; in dss_suspend_all_devices()
92 struct omap_dss_device *dssdev = NULL; in dss_resume_all_devices()
109 struct omap_dss_device *dssdev = NULL; in dss_disable_all_devices()
124 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
168 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
176 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
190 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
201 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device()
204 struct omap_dss_device *dssdev; in omap_dss_get_next_device()
214 dssdev = list_first_entry(&panel_list, struct omap_dss_device, in omap_dss_get_next_device()
223 dssdev = list_entry(l, struct omap_dss_device, panel_list); in omap_dss_get_next_device()
230 dssdev = list_entry(l->next, struct omap_dss_device, in omap_dss_get_next_device()
246 struct omap_dss_device *omap_dss_find_device(void *data, in omap_dss_find_device()
247 int (*match)(struct omap_dss_device *dssdev, void *data)) in omap_dss_find_device()
249 struct omap_dss_device *dssdev = NULL; in omap_dss_find_device()