Lines Matching refs:rx_buf
123 u8 *rx_buf; member
917 if (msg->rx_buf && msg->rx_len) in dsi_cmd_dma_add()
936 u8 *data = msg->rx_buf; in dsi_short_read1_resp()
952 u8 *data = msg->rx_buf; in dsi_short_read2_resp()
967 if (msg->rx_buf && msg->rx_len) in dsi_long_read_resp()
968 memcpy(msg->rx_buf, buf + 4, msg->rx_len); in dsi_long_read_resp()
1014 int buf_offset = buf - msm_host->rx_buf; in dsi_cmd_dma_rx()
1440 msm_host->rx_buf = devm_kzalloc(&pdev->dev, SZ_4K, GFP_KERNEL); in msm_dsi_host_init()
1441 if (!msm_host->rx_buf) { in msm_dsi_host_init()
1643 buf = msm_host->rx_buf; in msm_dsi_host_cmd_rx()
1723 buf = msm_host->rx_buf + (10 - rlen); in msm_dsi_host_cmd_rx()
1725 buf = msm_host->rx_buf; in msm_dsi_host_cmd_rx()