Searched defs:omapdss_dsi_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | omapdss.h | 288 struct omapdss_dsi_ops { struct 289 void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes, 293 int (*set_config)(struct omap_dss_device *dssdev, 295 int (*configure_pins)(struct omap_dss_device *dssdev, 298 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, 300 int (*enable_te)(struct omap_dss_device *dssdev, bool enable); 302 int (*update)(struct omap_dss_device *dssdev, int channel, 305 void (*bus_lock)(struct omap_dss_device *dssdev); 306 void (*bus_unlock)(struct omap_dss_device *dssdev); 308 int (*enable_video_output)(struct omap_dss_device *dssdev, int channel); [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/ |
| D | omapdss.h | 403 struct omapdss_dsi_ops { struct 404 int (*connect)(struct omap_dss_device *dssdev, 406 void (*disconnect)(struct omap_dss_device *dssdev, 409 int (*enable)(struct omap_dss_device *dssdev); 410 void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes, 414 int (*set_config)(struct omap_dss_device *dssdev, 416 int (*configure_pins)(struct omap_dss_device *dssdev, 419 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, 421 int (*enable_te)(struct omap_dss_device *dssdev, bool enable); 423 int (*update)(struct omap_dss_device *dssdev, int channel, [all …]
|
| /kernel/linux/linux-5.10/include/video/ |
| D | omapfb_dss.h | 541 struct omapdss_dsi_ops { struct 542 int (*connect)(struct omap_dss_device *dssdev, 544 void (*disconnect)(struct omap_dss_device *dssdev, 547 int (*enable)(struct omap_dss_device *dssdev); 548 void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes, 552 int (*set_config)(struct omap_dss_device *dssdev, 554 int (*configure_pins)(struct omap_dss_device *dssdev, 557 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, 559 int (*enable_te)(struct omap_dss_device *dssdev, bool enable); 561 int (*update)(struct omap_dss_device *dssdev, int channel, [all …]
|
| /kernel/linux/linux-4.19/include/video/ |
| D | omapfb_dss.h | 571 struct omapdss_dsi_ops { struct 572 int (*connect)(struct omap_dss_device *dssdev, 574 void (*disconnect)(struct omap_dss_device *dssdev, 577 int (*enable)(struct omap_dss_device *dssdev); 578 void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes, 582 int (*set_config)(struct omap_dss_device *dssdev, 584 int (*configure_pins)(struct omap_dss_device *dssdev, 587 void (*enable_hs)(struct omap_dss_device *dssdev, int channel, 589 int (*enable_te)(struct omap_dss_device *dssdev, bool enable); 591 int (*update)(struct omap_dss_device *dssdev, int channel, [all …]
|