Searched refs:dsi_vc_read_rx_fifo (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 2231 static int dsi_vc_read_rx_fifo(struct dsi_data *dsi, int vc, u8 *buf, in dsi_vc_read_rx_fifo() function 2357 r = dsi_vc_read_rx_fifo(dsi, vc, msg->rx_buf, msg->rx_len, in dsi_vc_dcs_read() 2387 r = dsi_vc_read_rx_fifo(dsi, vc, msg->rx_buf, msg->rx_len, in dsi_vc_generic_read()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 2937 static int dsi_vc_read_rx_fifo(struct platform_device *dsidev, int channel, in dsi_vc_read_rx_fifo() function 3060 r = dsi_vc_read_rx_fifo(dsidev, channel, buf, buflen, in dsi_vc_dcs_read() 3090 r = dsi_vc_read_rx_fifo(dsidev, channel, buf, buflen, in dsi_vc_generic_read()
|