Searched defs:dcs_cmd (Results 1 - 2 of 2) sorted by relevance

/drivers/video/omap2/displays/
H A Dpanel-taal.c247 static int taal_dcs_read_1(struct taal_data *td, u8 dcs_cmd, u8 *data) argument
252 r = dsi_vc_dcs_read(td->dssdev, td->channel, dcs_cmd, buf, 1);
262 static int taal_dcs_write_0(struct taal_data *td, u8 dcs_cmd) argument
264 return dsi_vc_dcs_write(td->dssdev, td->channel, &dcs_cmd, 1);
267 static int taal_dcs_write_1(struct taal_data *td, u8 dcs_cmd, u8 param) argument
270 buf[0] = dcs_cmd;
1731 u8 dcs_cmd = first ? 0x2e : 0x3e; local
1734 r = dsi_vc_dcs_read(dssdev, td->channel, dcs_cmd,
/drivers/video/omap2/dss/
H A Ddsi.c3204 int dsi_vc_dcs_write_0(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd) argument
3206 return dsi_vc_dcs_write(dssdev, channel, &dcs_cmd, 1);
3216 int dsi_vc_dcs_write_1(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, argument
3220 buf[0] = dcs_cmd;
3244 int channel, u8 dcs_cmd)
3251 DSSDBG("dsi_vc_dcs_send_read_request(ch%d, dcs_cmd %x)\n",
3252 channel, dcs_cmd);
3254 r = dsi_vc_send_short(dsidev, channel, MIPI_DSI_DCS_READ, dcs_cmd, 0);
3257 " failed\n", channel, dcs_cmd);
3410 int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, argument
3243 dsi_vc_dcs_send_read_request(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd) argument
[all...]

Completed in 63 milliseconds