Lines Matching refs:omap_dss_device
308 struct omap_dss_device output;
431 static int venc_power_on(struct omap_dss_device *dssdev) in venc_power_on()
482 static void venc_power_off(struct omap_dss_device *dssdev) in venc_power_off()
496 static int venc_display_enable(struct omap_dss_device *dssdev) in venc_display_enable()
498 struct omap_dss_device *out = &venc.output; in venc_display_enable()
525 static void venc_display_disable(struct omap_dss_device *dssdev) in venc_display_disable()
536 static void venc_set_timings(struct omap_dss_device *dssdev, in venc_set_timings()
554 static int venc_check_timings(struct omap_dss_device *dssdev, in venc_check_timings()
568 static void venc_get_timings(struct omap_dss_device *dssdev, in venc_get_timings()
578 static u32 venc_get_wss(struct omap_dss_device *dssdev) in venc_get_wss()
584 static int venc_set_wss(struct omap_dss_device *dssdev, u32 wss) in venc_set_wss()
613 static void venc_set_type(struct omap_dss_device *dssdev, in venc_set_type()
623 static void venc_invert_vid_out_polarity(struct omap_dss_device *dssdev, in venc_invert_vid_out_polarity()
729 static int venc_connect(struct omap_dss_device *dssdev, in venc_connect()
730 struct omap_dss_device *dst) in venc_connect()
758 static void venc_disconnect(struct omap_dss_device *dssdev, in venc_disconnect()
759 struct omap_dss_device *dst) in venc_disconnect()
792 struct omap_dss_device *out = &venc.output; in venc_init_output()
807 struct omap_dss_device *out = &venc.output; in venc_uninit_output()