Lines Matching defs:omapdss_atv_ops
584 struct omapdss_atv_ops { struct
585 int (*connect)(struct omap_dss_device *dssdev,
587 void (*disconnect)(struct omap_dss_device *dssdev,
590 int (*enable)(struct omap_dss_device *dssdev);
591 void (*disable)(struct omap_dss_device *dssdev);
593 int (*check_timings)(struct omap_dss_device *dssdev,
595 void (*set_timings)(struct omap_dss_device *dssdev,
597 void (*get_timings)(struct omap_dss_device *dssdev,
600 void (*set_type)(struct omap_dss_device *dssdev,
602 void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev,
605 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
606 u32 (*get_wss)(struct omap_dss_device *dssdev);