Home
last modified time | relevance | path

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

/linux/include/video/
H A 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);
552 int (*set_config)(struct omap_dss_device *dssdev,
554 int (*configure_pins)(struct omap_dss_device *dssdev,
561 int (*update)(struct omap_dss_device *dssdev, int channel,
564 void (*bus_lock)(struct omap_dss_device *dssdev);
565 void (*bus_unlock)(struct omap_dss_device *dssdev);
568 void (*disable_video_output)(struct omap_dss_device *dssdev,
[all …]
/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h196 struct omapdss_dsi_ops { struct
220 const struct omapdss_dsi_ops *dsi_ops; argument