aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index a8a43de3dd81..abe8b1e51529 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -241,6 +241,12 @@ int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel,
241 u8 *data, int len); 241 u8 *data, int len);
242int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, 242int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
243 u8 *buf, int buflen); 243 u8 *buf, int buflen);
244int dsi_vc_generic_read_0(struct omap_dss_device *dssdev, int channel, u8 *buf,
245 int buflen);
246int dsi_vc_generic_read_1(struct omap_dss_device *dssdev, int channel, u8 param,
247 u8 *buf, int buflen);
248int dsi_vc_generic_read_2(struct omap_dss_device *dssdev, int channel,
249 u8 param1, u8 param2, u8 *buf, int buflen);
244int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel, 250int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel,
245 u16 len); 251 u16 len);
246int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel); 252int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel);