Searched defs:omapdss_dsi_ops (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 295 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 …]
|