Lines Matching refs:omap_dss_device
57 struct omap_dss_device;
197 int (*update)(struct omap_dss_device *dssdev);
198 bool (*is_video_mode)(struct omap_dss_device *dssdev);
201 struct omap_dss_device { struct
239 void omapdss_device_register(struct omap_dss_device *dssdev); argument
240 void omapdss_device_unregister(struct omap_dss_device *dssdev);
241 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev);
242 void omapdss_device_put(struct omap_dss_device *dssdev);
243 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node);
245 struct omap_dss_device *src,
246 struct omap_dss_device *dst);
247 void omapdss_device_disconnect(struct omap_dss_device *src,
248 struct omap_dss_device *dst);
256 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from);
257 int omapdss_device_init_output(struct omap_dss_device *out,
259 void omapdss_device_cleanup_output(struct omap_dss_device *out);
297 void dss_mgr_set_timings(struct omap_dss_device *dssdev,
299 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev,
301 int dss_mgr_enable(struct omap_dss_device *dssdev);
302 void dss_mgr_disable(struct omap_dss_device *dssdev);
303 void dss_mgr_start_update(struct omap_dss_device *dssdev);
304 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev,
306 void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev,