Lines Matching defs:omapdss_dsi_ops

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,
594 void (*bus_lock)(struct omap_dss_device *dssdev);
595 void (*bus_unlock)(struct omap_dss_device *dssdev);
597 int (*enable_video_output)(struct omap_dss_device *dssdev, int channel);
598 void (*disable_video_output)(struct omap_dss_device *dssdev,
601 int (*request_vc)(struct omap_dss_device *dssdev, int *channel);
602 int (*set_vc_id)(struct omap_dss_device *dssdev, int channel,
604 void (*release_vc)(struct omap_dss_device *dssdev, int channel);
607 int (*dcs_write)(struct omap_dss_device *dssdev, int channel,
609 int (*dcs_write_nosync)(struct omap_dss_device *dssdev, int channel,
611 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
614 int (*gen_write)(struct omap_dss_device *dssdev, int channel,
616 int (*gen_write_nosync)(struct omap_dss_device *dssdev, int channel,
618 int (*gen_read)(struct omap_dss_device *dssdev, int channel,
622 int (*bta_sync)(struct omap_dss_device *dssdev, int channel);
624 int (*set_max_rx_packet_size)(struct omap_dss_device *dssdev,