Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
A Dsahara.c159 ret = mhi_queue_buf(context->mhi_dev, DMA_TO_DEVICE, context->tx[0], in sahara_send_reset()
202 ret = mhi_queue_buf(context->mhi_dev, DMA_TO_DEVICE, context->tx[0], in sahara_hello()
275 ret = mhi_queue_buf(context->mhi_dev, DMA_TO_DEVICE, in sahara_read_data()
317 ret = mhi_queue_buf(context->mhi_dev, DMA_TO_DEVICE, context->tx[0], in sahara_end_of_image()
347 ret = mhi_queue_buf(context->mhi_dev, DMA_FROM_DEVICE, context->rx, in sahara_processing()
395 ret = mhi_queue_buf(mhi_dev, DMA_FROM_DEVICE, context->rx, SAHARA_PACKET_MAX_SIZE, MHI_EOT); in sahara_mhi_probe()
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()
A Dqaic_debugfs.c230 if (mhi_queue_buf(qdev->bootlog_ch, DMA_FROM_DEVICE, msg, BOOTLOG_MSG_SIZE, MHI_EOT)) in bootlog_log()
264 ret = mhi_queue_buf(mhi_dev, DMA_FROM_DEVICE, msg, BOOTLOG_MSG_SIZE, MHI_EOT); in qaic_bootlog_mhi_probe()
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/include/linux/
A Dmhi.h800 int mhi_queue_buf(struct mhi_device *mhi_dev, enum dma_data_direction dir,
/linux/drivers/bus/mhi/host/
A Dmain.c662 if (mhi_queue_buf(mhi_chan->mhi_dev, in parse_xfer_event()
1258 int mhi_queue_buf(struct mhi_device *mhi_dev, enum dma_data_direction dir, in mhi_queue_buf() function
1269 EXPORT_SYMBOL_GPL(mhi_queue_buf);

Completed in 18 milliseconds