Searched defs:omapdss_dpi_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/video/ |
| D | omapfb_dss.h | 437 struct omapdss_dpi_ops { struct 438 int (*connect)(struct omap_dss_device *dssdev, 440 void (*disconnect)(struct omap_dss_device *dssdev, 443 int (*enable)(struct omap_dss_device *dssdev); 444 void (*disable)(struct omap_dss_device *dssdev); 446 int (*check_timings)(struct omap_dss_device *dssdev, 448 void (*set_timings)(struct omap_dss_device *dssdev, 450 void (*get_timings)(struct omap_dss_device *dssdev, 453 void (*set_data_lines)(struct omap_dss_device *dssdev, int data_lines);
|
| /kernel/linux/linux-5.10/include/video/ |
| D | omapfb_dss.h | 437 struct omapdss_dpi_ops { struct 438 int (*connect)(struct omap_dss_device *dssdev, 440 void (*disconnect)(struct omap_dss_device *dssdev, 443 int (*enable)(struct omap_dss_device *dssdev); 444 void (*disable)(struct omap_dss_device *dssdev); 446 int (*check_timings)(struct omap_dss_device *dssdev, 448 void (*set_timings)(struct omap_dss_device *dssdev, 450 void (*get_timings)(struct omap_dss_device *dssdev, 453 void (*set_data_lines)(struct omap_dss_device *dssdev, int data_lines);
|