Lines Matching refs:omap_dss_device
53 void omapdss_device_register(struct omap_dss_device *dssdev) in omapdss_device_register()
61 void omapdss_device_unregister(struct omap_dss_device *dssdev) in omapdss_device_unregister()
71 struct omap_dss_device *dssdev; in omapdss_device_is_registered()
87 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev) in omapdss_device_get()
101 void omapdss_device_put(struct omap_dss_device *dssdev) in omapdss_device_put()
108 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node) in omapdss_find_device_by_node()
110 struct omap_dss_device *dssdev; in omapdss_find_device_by_node()
124 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from) in omapdss_device_next_output()
126 struct omap_dss_device *dssdev; in omapdss_device_next_output()
170 static bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected()
176 struct omap_dss_device *src, in omapdss_device_connect()
177 struct omap_dss_device *dst) in omapdss_device_connect()
210 void omapdss_device_disconnect(struct omap_dss_device *src, in omapdss_device_disconnect()
211 struct omap_dss_device *dst) in omapdss_device_disconnect()
236 void omapdss_device_pre_enable(struct omap_dss_device *dssdev) in omapdss_device_pre_enable()
248 void omapdss_device_enable(struct omap_dss_device *dssdev) in omapdss_device_enable()
262 void omapdss_device_disable(struct omap_dss_device *dssdev) in omapdss_device_disable()
274 void omapdss_device_post_disable(struct omap_dss_device *dssdev) in omapdss_device_post_disable()