Lines Matching defs:omapdss_atv_ops
492 struct omapdss_atv_ops { struct
493 int (*connect)(struct omap_dss_device *dssdev,
495 void (*disconnect)(struct omap_dss_device *dssdev,
498 int (*enable)(struct omap_dss_device *dssdev);
499 void (*disable)(struct omap_dss_device *dssdev);
501 int (*check_timings)(struct omap_dss_device *dssdev,
503 void (*set_timings)(struct omap_dss_device *dssdev,
505 void (*get_timings)(struct omap_dss_device *dssdev,
508 void (*set_type)(struct omap_dss_device *dssdev,
510 void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev,
513 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
514 u32 (*get_wss)(struct omap_dss_device *dssdev);