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()
169 static bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected()
175 struct omap_dss_device *src, in omapdss_device_connect()
176 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()
237 void omapdss_device_enable(struct omap_dss_device *dssdev) in omapdss_device_enable()
251 void omapdss_device_disable(struct omap_dss_device *dssdev) in omapdss_device_disable()