Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.c440 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer_ack() argument
456 if (dma_xfer->msg_length > in ishtp_hbm_dma_xfer_ack()
479 dma_xfer->msg_length) { in ishtp_hbm_dma_xfer_ack()
491 ++dma_xfer; in ishtp_hbm_dma_xfer_ack()
503 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer() argument
510 struct dma_xfer_hbm *prm = dma_xfer; in ishtp_hbm_dma_xfer()
521 if (dma_xfer->msg_length > in ishtp_hbm_dma_xfer()
529 ++dma_xfer; in ishtp_hbm_dma_xfer()
558 struct dma_xfer_hbm *dma_xfer; in ishtp_hbm_dispatch() local
711 ishtp_hbm_dma_xfer(dev, dma_xfer); in ishtp_hbm_dispatch()
[all …]
A Dclient.c738 struct dma_xfer_hbm dma_xfer; in ishtp_cl_send_msg_dma() local
787 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
788 dma_xfer.fw_client_id = cl->fw_client_id; in ishtp_cl_send_msg_dma()
789 dma_xfer.host_client_id = cl->host_client_id; in ishtp_cl_send_msg_dma()
790 dma_xfer.reserved = 0; in ishtp_cl_send_msg_dma()
791 dma_xfer.msg_addr = dev->ishtp_host_dma_tx_buf_phys + off; in ishtp_cl_send_msg_dma()
792 dma_xfer.msg_length = cl_msg->send_buf.size; in ishtp_cl_send_msg_dma()
793 dma_xfer.reserved2 = 0; in ishtp_cl_send_msg_dma()
794 ishtp_write_message(dev, &hdr, (unsigned char *)&dma_xfer); in ishtp_cl_send_msg_dma()
/linux/drivers/spi/
A Dspi-mxs.c179 } *dma_xfer; in mxs_spi_txrx_dma() local
184 dma_xfer = kcalloc(sgs, sizeof(*dma_xfer), GFP_KERNEL); in mxs_spi_txrx_dma()
185 if (!dma_xfer) in mxs_spi_txrx_dma()
216 dma_xfer[sg_count].pio[0] = ctrl0; in mxs_spi_txrx_dma()
217 dma_xfer[sg_count].pio[3] = min; in mxs_spi_txrx_dma()
226 sg_init_table(&dma_xfer[sg_count].sg, 1); in mxs_spi_txrx_dma()
227 sg_set_page(&dma_xfer[sg_count].sg, vm_page, in mxs_spi_txrx_dma()
230 sg_init_one(&dma_xfer[sg_count].sg, buf, min); in mxs_spi_txrx_dma()
241 (struct scatterlist *)dma_xfer[sg_count].pio, in mxs_spi_txrx_dma()
253 &dma_xfer[sg_count].sg, 1, in mxs_spi_txrx_dma()
[all …]
/linux/arch/sh/include/asm/
A Ddma.h108 extern int dma_xfer(unsigned int chan, unsigned long from,
112 dma_xfer(chan, from, to, size, DMA_MODE_WRITE)
117 dma_xfer(chan, from, to, size, DMA_MODE_READ)
/linux/arch/sh/drivers/dma/
A Ddma-api.c282 int dma_xfer(unsigned int chan, unsigned long from, in dma_xfer() function
295 EXPORT_SYMBOL(dma_xfer);
/linux/drivers/mtd/nand/raw/
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/
A Dpata_arasan_cf.c394 dma_xfer(struct arasan_cf_dev *acdev, dma_addr_t src, dma_addr_t dest, u32 len) in dma_xfer() function
474 ret = dma_xfer(acdev, src, dest, dma_len); in sg_xfer()
/linux/include/scsi/
A Dlibsas.h549 u8 dma_xfer:1; /* PIO:0 or DMA:1 */ member
/linux/sound/sh/
A Daica.c228 err = dma_xfer(AICA_DMA_CHANNEL, in aica_dma_transfer()
/linux/drivers/scsi/aic94xx/
A Daic94xx_task.c381 if (task->ata_task.dma_xfer) in asd_build_ata_ascb()
/linux/drivers/scsi/libsas/
A Dsas_ata.c216 task->ata_task.dma_xfer = ata_is_dma(qc->tf.protocol); in sas_ata_qc_issue()
/linux/drivers/scsi/isci/
A Drequest.c713 if (task->ata_task.dma_xfer) { in sci_io_request_construct_sata()
2980 } else if (task->ata_task.dma_xfer) { in sci_request_started_state_enter()
/linux/drivers/scsi/pm8001/
A Dpm8001_hwi.c2417 if (t->ata_task.dma_xfer == 0 && in mpi_sata_completion()
4305 if (task->ata_task.dma_xfer) { in pm8001_chip_sata_req()
A Dpm80xx_hwi.c2515 if (t->ata_task.dma_xfer == 0 && in mpi_sata_completion()
4571 if (task->ata_task.dma_xfer) { in pm80xx_chip_sata_req()
/linux/sound/pci/hda/
A Dpatch_ca0132.c3086 static int dma_xfer(struct dma_engine *dma, in dma_xfer() function
3306 dma_xfer(dma_engine, data, run_size_words*sizeof(u32)); in dspxfr_one_seg()

Completed in 77 milliseconds