Home
last modified time | relevance | path

Searched refs:mhi_queue_buf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accel/qaic/
H A Dqaic_timesync.c160 ret = mhi_queue_buf(mqtsdev->mhi_dev, DMA_TO_DEVICE, sync_msg, sizeof(*sync_msg), MHI_EOT); in qaic_timesync_timer()
260 ret = mhi_queue_buf(mhi_dev, DMA_FROM_DEVICE, &resp->data, sizeof(resp->data), MHI_EOT); in qaic_boot_timesync_worker()
279 ret = mhi_queue_buf(mhi_dev, DMA_TO_DEVICE, req, sizeof(*req), MHI_EOT); in qaic_boot_timesync_worker()
305 ret = mhi_queue_buf(mhi_dev, DMA_FROM_DEVICE, &resp->data, sizeof(resp->data), MHI_EOT); in qaic_boot_timesync_queue_resp()
H A Dqaic_control.c1064 ret = mhi_queue_buf(qdev->cntl_ch, DMA_FROM_DEVICE, out_buf, in msg_xfer()
1083 ret = mhi_queue_buf(qdev->cntl_ch, DMA_TO_DEVICE, &w->msg, w->len, in msg_xfer()
/linux/drivers/bus/mhi/host/
H A Dmain.c672 if (mhi_queue_buf(mhi_chan->mhi_dev, in parse_xfer_event()
1253 int mhi_queue_buf(struct mhi_device *mhi_dev, enum dma_data_direction dir, in mhi_queue_buf() function
1264 EXPORT_SYMBOL_GPL(mhi_queue_buf);