Searched defs:omapdss_dpi_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 299 struct omapdss_dpi_ops { struct 300 int (*connect)(struct omap_dss_device *dssdev, 302 void (*disconnect)(struct omap_dss_device *dssdev, 305 int (*enable)(struct omap_dss_device *dssdev); 306 void (*disable)(struct omap_dss_device *dssdev); 308 int (*check_timings)(struct omap_dss_device *dssdev, 310 void (*set_timings)(struct omap_dss_device *dssdev, 312 void (*get_timings)(struct omap_dss_device *dssdev,
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 467 struct omapdss_dpi_ops { struct 468 int (*connect)(struct omap_dss_device *dssdev, 470 void (*disconnect)(struct omap_dss_device *dssdev, 473 int (*enable)(struct omap_dss_device *dssdev); 474 void (*disable)(struct omap_dss_device *dssdev); 476 int (*check_timings)(struct omap_dss_device *dssdev, 478 void (*set_timings)(struct omap_dss_device *dssdev, 480 void (*get_timings)(struct omap_dss_device *dssdev, 483 void (*set_data_lines)(struct omap_dss_device *dssdev, int data_lines);
|