Lines Matching defs:omapdss_dsi_ops
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);
316 void (*disable_video_output)(struct omap_dss_device *dssdev,
319 int (*request_vc)(struct omap_dss_device *dssdev, int *channel);
320 int (*set_vc_id)(struct omap_dss_device *dssdev, int channel,
322 void (*release_vc)(struct omap_dss_device *dssdev, int channel);
325 int (*dcs_write)(struct omap_dss_device *dssdev, int channel,
327 int (*dcs_write_nosync)(struct omap_dss_device *dssdev, int channel,
329 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
332 int (*gen_write)(struct omap_dss_device *dssdev, int channel,
334 int (*gen_write_nosync)(struct omap_dss_device *dssdev, int channel,
336 int (*gen_read)(struct omap_dss_device *dssdev, int channel,
340 int (*bta_sync)(struct omap_dss_device *dssdev, int channel);
342 int (*set_max_rx_packet_size)(struct omap_dss_device *dssdev,