Searched defs:omapdss_sdi_ops (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/include/video/ |
| D | omapfb_dss.h | 456 struct omapdss_sdi_ops { struct 457 int (*connect)(struct omap_dss_device *dssdev, 459 void (*disconnect)(struct omap_dss_device *dssdev, 462 int (*enable)(struct omap_dss_device *dssdev); 463 void (*disable)(struct omap_dss_device *dssdev); 465 int (*check_timings)(struct omap_dss_device *dssdev, 467 void (*set_timings)(struct omap_dss_device *dssdev, 469 void (*get_timings)(struct omap_dss_device *dssdev, 472 void (*set_datapairs)(struct omap_dss_device *dssdev, int datapairs);
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/ |
| D | omapdss.h | 316 struct omapdss_sdi_ops { struct 317 int (*connect)(struct omap_dss_device *dssdev, 319 void (*disconnect)(struct omap_dss_device *dssdev, 322 int (*enable)(struct omap_dss_device *dssdev); 323 void (*disable)(struct omap_dss_device *dssdev); 325 int (*check_timings)(struct omap_dss_device *dssdev, 327 void (*set_timings)(struct omap_dss_device *dssdev, 329 void (*get_timings)(struct omap_dss_device *dssdev,
|
| /kernel/linux/linux-4.19/include/video/ |
| D | omapfb_dss.h | 486 struct omapdss_sdi_ops { struct 487 int (*connect)(struct omap_dss_device *dssdev, 489 void (*disconnect)(struct omap_dss_device *dssdev, 492 int (*enable)(struct omap_dss_device *dssdev); 493 void (*disable)(struct omap_dss_device *dssdev); 495 int (*check_timings)(struct omap_dss_device *dssdev, 497 void (*set_timings)(struct omap_dss_device *dssdev, 499 void (*get_timings)(struct omap_dss_device *dssdev, 502 void (*set_datapairs)(struct omap_dss_device *dssdev, int datapairs);
|