Searched refs:dma_xfer (Results 1 – 10 of 10) sorted by relevance
/drivers/hid/intel-ish-hid/ishtp/ |
D | hbm.c | 440 struct dma_xfer_hbm *dma_xfer) in ishtp_hbm_dma_xfer_ack() argument 451 offs = dma_xfer->msg_addr - dev->ishtp_host_dma_tx_buf_phys; in ishtp_hbm_dma_xfer_ack() 456 if (dma_xfer->msg_length > in ishtp_hbm_dma_xfer_ack() 464 ishtp_cl_release_dma_acked_mem(dev, msg, dma_xfer->msg_length); in ishtp_hbm_dma_xfer_ack() 467 if (cl->fw_client_id == dma_xfer->fw_client_id && in ishtp_hbm_dma_xfer_ack() 468 cl->host_client_id == dma_xfer->host_client_id) 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() [all …]
|
D | client.c | 738 struct dma_xfer_hbm dma_xfer; in ishtp_cl_send_msg_dma() local 779 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma() 780 dma_xfer.fw_client_id = cl->fw_client_id; in ishtp_cl_send_msg_dma() 781 dma_xfer.host_client_id = cl->host_client_id; in ishtp_cl_send_msg_dma() 782 dma_xfer.reserved = 0; in ishtp_cl_send_msg_dma() 783 dma_xfer.msg_addr = dev->ishtp_host_dma_tx_buf_phys + off; in ishtp_cl_send_msg_dma() 784 dma_xfer.msg_length = cl_msg->send_buf.size; in ishtp_cl_send_msg_dma() 785 dma_xfer.reserved2 = 0; in ishtp_cl_send_msg_dma() 786 ishtp_write_message(dev, &hdr, (unsigned char *)&dma_xfer); in ishtp_cl_send_msg_dma()
|
/drivers/spi/ |
D | spi-mxs.c | 180 } *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() 234 ret = dma_map_sg(ssp->dev, &dma_xfer[sg_count].sg, 1, in mxs_spi_txrx_dma() 242 (struct scatterlist *)dma_xfer[sg_count].pio, in mxs_spi_txrx_dma() [all …]
|
/drivers/mtd/nand/raw/ |
D | fsmc_nand.c | 457 static int dma_xfer(struct fsmc_nand_data *host, void *buffer, int len, in dma_xfer() function 581 dma_xfer(host, buf, len, DMA_FROM_DEVICE); in fsmc_read_buf_dma() 593 dma_xfer(host, (void *)buf, len, DMA_TO_DEVICE); in fsmc_write_buf_dma()
|
/drivers/ata/ |
D | pata_arasan_cf.c | 395 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()
|
/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 381 if (task->ata_task.dma_xfer) in asd_build_ata_ascb()
|
/drivers/scsi/libsas/ |
D | sas_ata.c | 218 task->ata_task.dma_xfer = ata_is_dma(qc->tf.protocol); in sas_ata_qc_issue()
|
/drivers/scsi/isci/ |
D | request.c | 718 if (task->ata_task.dma_xfer) { in sci_io_request_construct_sata() 2988 } else if (task->ata_task.dma_xfer) { in sci_request_started_state_enter()
|
/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 2135 if (t->ata_task.dma_xfer == 0 && in mpi_sata_completion() 4235 if (task->ata_task.dma_xfer) { in pm80xx_chip_sata_req()
|
D | pm8001_hwi.c | 2424 if (t->ata_task.dma_xfer == 0 && in mpi_sata_completion() 4381 if (task->ata_task.dma_xfer) { in pm8001_chip_sata_req()
|