Searched defs:omapdss_atv_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 522 struct omapdss_atv_ops { struct 523 int (*connect)(struct omap_dss_device *dssdev, 525 void (*disconnect)(struct omap_dss_device *dssdev, 528 int (*enable)(struct omap_dss_device *dssdev); 529 void (*disable)(struct omap_dss_device *dssdev); 531 int (*check_timings)(struct omap_dss_device *dssdev, 533 void (*set_timings)(struct omap_dss_device *dssdev, 535 void (*get_timings)(struct omap_dss_device *dssdev, 538 void (*set_type)(struct omap_dss_device *dssdev, 540 void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev, [all …]
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 350 struct omapdss_atv_ops { struct 351 int (*connect)(struct omap_dss_device *dssdev, 353 void (*disconnect)(struct omap_dss_device *dssdev, 356 int (*enable)(struct omap_dss_device *dssdev); 357 void (*disable)(struct omap_dss_device *dssdev); 359 int (*check_timings)(struct omap_dss_device *dssdev, 361 void (*set_timings)(struct omap_dss_device *dssdev, 363 void (*get_timings)(struct omap_dss_device *dssdev, 366 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss); 367 u32 (*get_wss)(struct omap_dss_device *dssdev);
|