Home
last modified time | relevance | path

Searched refs:dcs_read (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
Dpanel-dsi-cm.c118 r = in->ops.dsi->dcs_read(in, ddata->channel, dcs_cmd, buf, 1); in dsicm_dcs_read_1()
1055 r = in->ops.dsi->dcs_read(in, ddata->channel, dcs_cmd, in dsicm_memory_read()
/linux-4.1.27/include/video/
Domapdss.h673 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, member
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c5053 .dcs_read = dsi_vc_dcs_read,