Searched refs:dcs_read (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/panel/ |
D | panel-samsung-s6e63m0.c | 262 int (*dcs_read)(struct device *dev, void *trsp, const u8 cmd, u8 *val); member 319 ctx->error = ctx->dcs_read(ctx->dev, ctx->transport_data, cmd, data); in s6e63m0_dcs_read() 693 int (*dcs_read)(struct device *dev, void *trsp, const u8 cmd, u8 *val), in s6e63m0_probe() 707 ctx->dcs_read = dcs_read; in s6e63m0_probe()
|
D | panel-samsung-s6e63m0.h | 32 int (*dcs_read)(struct device *dev, void *trsp,
|
/linux-6.6.21/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() 1040 r = in->ops.dsi->dcs_read(in, ddata->channel, dcs_cmd, in dsicm_memory_read()
|
/linux-6.6.21/include/video/ |
D | omapfb_dss.h | 581 int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd, member
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 5034 .dcs_read = dsi_vc_dcs_read,
|