|
@@ -127,8 +127,8 @@ struct mipi_dsi_device {
|
|
|
|
|
|
int mipi_dsi_attach(struct mipi_dsi_device *dsi);
|
|
|
int mipi_dsi_detach(struct mipi_dsi_device *dsi);
|
|
|
-int mipi_dsi_dcs_write(struct mipi_dsi_device *dsi, unsigned int channel,
|
|
|
- const void *data, size_t len);
|
|
|
+ssize_t mipi_dsi_dcs_write(struct mipi_dsi_device *dsi, unsigned int channel,
|
|
|
+ const void *data, size_t len);
|
|
|
ssize_t mipi_dsi_dcs_read(struct mipi_dsi_device *dsi, unsigned int channel,
|
|
|
u8 cmd, void *data, size_t len);
|
|
|
|