Home
last modified time | relevance | path

Searched defs:omapdss_dsi_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Domapdss.h295 struct omapdss_dsi_ops { struct
296 void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes,
300 int (*set_config)(struct omap_dss_device *dssdev,
302 int (*configure_pins)(struct omap_dss_device *dssdev,
305 void (*enable_hs)(struct omap_dss_device *dssdev, int channel,
307 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
309 int (*update)(struct omap_dss_device *dssdev, int channel,
312 void (*bus_lock)(struct omap_dss_device *dssdev);
313 void (*bus_unlock)(struct omap_dss_device *dssdev);
315 int (*enable_video_output)(struct omap_dss_device *dssdev, int channel);
[all …]
/Linux-v5.4/include/video/
Domapfb_dss.h541 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 …]