Searched defs:omapdss_dvi_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 333 struct omapdss_dvi_ops { struct 334 int (*connect)(struct omap_dss_device *dssdev, 336 void (*disconnect)(struct omap_dss_device *dssdev, 339 int (*enable)(struct omap_dss_device *dssdev); 340 void (*disable)(struct omap_dss_device *dssdev); 342 int (*check_timings)(struct omap_dss_device *dssdev, 344 void (*set_timings)(struct omap_dss_device *dssdev, 346 void (*get_timings)(struct omap_dss_device *dssdev,
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 505 struct omapdss_dvi_ops { struct 506 int (*connect)(struct omap_dss_device *dssdev, 508 void (*disconnect)(struct omap_dss_device *dssdev, 511 int (*enable)(struct omap_dss_device *dssdev); 512 void (*disable)(struct omap_dss_device *dssdev); 514 int (*check_timings)(struct omap_dss_device *dssdev, 516 void (*set_timings)(struct omap_dss_device *dssdev, 518 void (*get_timings)(struct omap_dss_device *dssdev,
|