Lines Matching refs:omap_dss_device

24 void omapdss_default_get_resolution(struct omap_dss_device *dssdev,  in omapdss_default_get_resolution()
32 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev) in omapdss_default_get_recommended_bpp()
63 void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
72 struct omap_dss_device *dssdev = NULL; in dss_suspend_all_devices()
91 struct omap_dss_device *dssdev = NULL; in dss_resume_all_devices()
108 struct omap_dss_device *dssdev = NULL; in dss_disable_all_devices()
123 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
167 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
175 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
189 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
200 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device()
203 struct omap_dss_device *dssdev; in omap_dss_get_next_device()
213 dssdev = list_first_entry(&panel_list, struct omap_dss_device, in omap_dss_get_next_device()
222 dssdev = list_entry(l, struct omap_dss_device, panel_list); in omap_dss_get_next_device()
229 dssdev = list_entry(l->next, struct omap_dss_device, in omap_dss_get_next_device()
245 struct omap_dss_device *omap_dss_find_device(void *data, in omap_dss_find_device()
246 int (*match)(struct omap_dss_device *dssdev, void *data)) in omap_dss_find_device()
248 struct omap_dss_device *dssdev = NULL; in omap_dss_find_device()