Searched defs:omapdss_dsi_ops (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/include/video/ | 
| D | omapfb_dss.h | 541 struct omapdss_dsi_ops {  struct542 	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 …]
 
 | 
| /Linux-v5.15/drivers/gpu/drm/omapdrm/dss/ | 
| D | omapdss.h | 196 struct omapdss_dsi_ops {  struct220 	const struct omapdss_dsi_ops *dsi_ops;  argument
 
 |