Searched refs:dcs_read (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 329 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, member
|
D | dsi.c | 4912 .dcs_read = dsi_vc_dcs_read,
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/displays/ |
D | panel-dsi-cm.c | 148 r = src->ops->dsi.dcs_read(src, ddata->channel, dcs_cmd, buf, 1); in dsicm_dcs_read_1() 1053 r = src->ops->dsi.dcs_read(src, ddata->channel, dcs_cmd, in dsicm_memory_read()
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/ |
D | panel-dsi-cm.c | 112 r = in->ops.dsi->dcs_read(in, ddata->channel, dcs_cmd, buf, 1); in dsicm_dcs_read_1() 1043 r = in->ops.dsi->dcs_read(in, ddata->channel, dcs_cmd, in dsicm_memory_read()
|
/Linux-v5.4/include/video/ |
D | omapfb_dss.h | 581 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, member
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 5033 .dcs_read = dsi_vc_dcs_read,
|