Home
last modified time | relevance | path

Searched refs:dma_xfer (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c441 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer_ack() argument
457 if (dma_xfer->msg_length > in ishtp_hbm_dma_xfer_ack()
480 dma_xfer->msg_length) { in ishtp_hbm_dma_xfer_ack()
492 ++dma_xfer; in ishtp_hbm_dma_xfer_ack()
504 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer() argument
511 struct dma_xfer_hbm *prm = dma_xfer; in ishtp_hbm_dma_xfer()
522 if (dma_xfer->msg_length > in ishtp_hbm_dma_xfer()
530 ++dma_xfer; in ishtp_hbm_dma_xfer()
559 struct dma_xfer_hbm *dma_xfer; in ishtp_hbm_dispatch() local
716 ishtp_hbm_dma_xfer(dev, dma_xfer); in ishtp_hbm_dispatch()
[all …]
H A Dclient.c913 struct dma_xfer_hbm dma_xfer; in ishtp_cl_send_msg_dma() local
962 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
963 dma_xfer.fw_client_id = cl->fw_client_id; in ishtp_cl_send_msg_dma()
964 dma_xfer.host_client_id = cl->host_client_id; in ishtp_cl_send_msg_dma()
965 dma_xfer.reserved = 0; in ishtp_cl_send_msg_dma()
966 dma_xfer.msg_addr = dev->ishtp_host_dma_tx_buf_phys + off; in ishtp_cl_send_msg_dma()
967 dma_xfer.msg_length = cl_msg->send_buf.size; in ishtp_cl_send_msg_dma()
968 dma_xfer.reserved2 = 0; in ishtp_cl_send_msg_dma()
969 ishtp_write_message(dev, &hdr, (unsigned char *)&dma_xfer); in ishtp_cl_send_msg_dma()
/linux/drivers/spi/
H A Dspi-mxs.c180 } *dma_xfer; in mxs_spi_txrx_dma() local
185 dma_xfer = kcalloc(sgs, sizeof(*dma_xfer), GFP_KERNEL); in mxs_spi_txrx_dma()
186 if (!dma_xfer) in mxs_spi_txrx_dma()
217 dma_xfer[sg_count].pio[0] = ctrl0; in mxs_spi_txrx_dma()
218 dma_xfer[sg_count].pio[3] = min; in mxs_spi_txrx_dma()
227 sg_init_table(&dma_xfer[sg_count].sg, 1); in mxs_spi_txrx_dma()
228 sg_set_page(&dma_xfer[sg_count].sg, vm_page, in mxs_spi_txrx_dma()
231 sg_init_one(&dma_xfer[sg_count].sg, buf, min); in mxs_spi_txrx_dma()
242 (struct scatterlist *)dma_xfer[sg_count].pio, in mxs_spi_txrx_dma()
254 &dma_xfer[sg_count].sg, 1, in mxs_spi_txrx_dma()
[all …]
/linux/arch/sh/include/asm/
H A Ddma.h107 extern int dma_xfer(unsigned int chan, unsigned long from,
111 dma_xfer(chan, from, to, size, DMA_MODE_WRITE)
116 dma_xfer(chan, from, to, size, DMA_MODE_READ)
/linux/arch/sh/drivers/dma/
H A Ddma-api.c151 int dma_xfer(unsigned int chan, unsigned long from, in dma_xfer() function
164 EXPORT_SYMBOL(dma_xfer);
/linux/drivers/accel/qaic/
H A Dqaic_control.c190 struct dma_xfer { struct
325 struct dma_xfer *xfer; in free_dma_xfers()
326 struct dma_xfer *x; in free_dma_xfers()
393 struct ioctl_resources *resources, struct dma_xfer *xfer) in find_and_map_user_pages()
480 static int encode_addr_size_pairs(struct dma_xfer *xfer, struct wrapper_list *wrappers, in encode_addr_size_pairs()
548 static void cleanup_xfer(struct qaic_device *qdev, struct dma_xfer *xfer) in cleanup_xfer()
566 struct dma_xfer *xfer; in encode_dma()
/linux/drivers/mtd/nand/raw/
H A Dfsmc_nand.c485 static int dma_xfer(struct fsmc_nand_data *host, void *buffer, int len, in dma_xfer() function
609 dma_xfer(host, buf, len, DMA_FROM_DEVICE); in fsmc_read_buf_dma()
621 dma_xfer(host, (void *)buf, len, DMA_TO_DEVICE); in fsmc_write_buf_dma()
/linux/drivers/ata/
H A Dpata_arasan_cf.c395 dma_xfer(struct arasan_cf_dev *acdev, dma_addr_t src, dma_addr_t dest, u32 len) in dma_xfer() function
475 ret = dma_xfer(acdev, src, dest, dma_len); in sg_xfer()
/linux/sound/sh/
H A Daica.c228 err = dma_xfer(AICA_DMA_CHANNEL, in aica_dma_transfer()
/linux/include/scsi/
H A Dlibsas.h526 u8 dma_xfer:1; /* PIO:0 or DMA:1 */ member
/linux/drivers/scsi/aic94xx/
H A Daic94xx_task.c383 if (task->ata_task.dma_xfer) in asd_build_ata_ascb()
/linux/drivers/scsi/libsas/
H A Dsas_ata.c207 task->ata_task.dma_xfer = ata_is_dma(qc->tf.protocol); in sas_ata_qc_issue()
/linux/drivers/scsi/isci/
H A Drequest.c713 if (task->ata_task.dma_xfer) { in sci_io_request_construct_sata()
2977 } else if (task->ata_task.dma_xfer) { in sci_request_started_state_enter()
/linux/Documentation/accel/qaic/
H A Daic100.rst444 dma_xfer
/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.c2219 if (t->ata_task.dma_xfer == 0 && in mpi_sata_completion()
4052 } else if (task->ata_task.dma_xfer) { in pm8001_chip_sata_req()
H A Dpm80xx_hwi.c2347 if (t->ata_task.dma_xfer == 0 && in mpi_sata_completion()
4453 } else if (task->ata_task.dma_xfer) { in pm80xx_chip_sata_req()
/linux/sound/pci/hda/
H A Dpatch_ca0132.c3084 static int dma_xfer(struct dma_engine *dma, in dma_xfer() function
3304 dma_xfer(dma_engine, data, run_size_words*sizeof(u32)); in dspxfr_one_seg()