Lines Matching refs:rx_buf
227 u8 *rx_buf; member
1002 if (msg->rx_buf && msg->rx_len) in dsi_cmd_dma_add()
1021 u8 *data = msg->rx_buf; in dsi_short_read1_resp()
1037 u8 *data = msg->rx_buf; in dsi_short_read2_resp()
1052 if (msg->rx_buf && msg->rx_len) in dsi_long_read_resp()
1053 memcpy(msg->rx_buf, buf + 4, msg->rx_len); in dsi_long_read_resp()
1099 int buf_offset = buf - msm_host->rx_buf; in dsi_cmd_dma_rx()
1494 msm_host->rx_buf = devm_kzalloc(&pdev->dev, SZ_4K, GFP_KERNEL); in msm_dsi_host_init()
1495 if (!msm_host->rx_buf) { in msm_dsi_host_init()
1705 buf = msm_host->rx_buf; in msm_dsi_host_cmd_rx()
1785 buf = msm_host->rx_buf + (10 - rlen); in msm_dsi_host_cmd_rx()
1787 buf = msm_host->rx_buf; in msm_dsi_host_cmd_rx()