Searched refs:mhi_queue_buf (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/accel/qaic/ |
| A D | sahara.c | 159 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 D | qaic_timesync.c | 160 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 D | qaic_debugfs.c | 230 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 D | qaic_control.c | 1064 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 D | mhi.h | 800 int mhi_queue_buf(struct mhi_device *mhi_dev, enum dma_data_direction dir,
|
| /linux/drivers/bus/mhi/host/ |
| A D | main.c | 662 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