Searched refs:dma_sync_single_for_device (Results 1 - 93 of 93) sorted by relevance

/linux-4.1.27/arch/m68k/kernel/
H A Ddma.c104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, dma_sync_single_for_device() function
117 printk("dma_sync_single_for_device: unsupported dir %u\n", dir); dma_sync_single_for_device()
121 EXPORT_SYMBOL(dma_sync_single_for_device); variable
129 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir); dma_sync_sg_for_device()
138 dma_sync_single_for_device(dev, handle, size, dir); dma_map_single()
149 dma_sync_single_for_device(dev, handle, size, dir); dma_map_page()
161 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir); dma_map_sg()
/linux-4.1.27/arch/c6x/kernel/
H A Ddma.c104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, dma_sync_single_for_device() function
111 EXPORT_SYMBOL(dma_sync_single_for_device); variable
136 dma_sync_single_for_device(dev, sg_dma_address(sg), dma_sync_sg_for_device()
/linux-4.1.27/arch/parisc/include/asm/
H A Ddma-mapping.h19 void (*dma_sync_single_for_device)(struct device *dev, dma_addr_t iova, unsigned long offset, size_t size, enum dma_data_direction direction); member in struct:hppa_dma_ops
132 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, dma_sync_single_for_device() function
135 if(hppa_dma_ops->dma_sync_single_for_device) dma_sync_single_for_device()
136 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, 0, size, direction); dma_sync_single_for_device()
153 if(hppa_dma_ops->dma_sync_single_for_device) dma_sync_single_range_for_device()
154 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, offset, size, direction); dma_sync_single_range_for_device()
/linux-4.1.27/arch/m68k/include/asm/
H A Ddma-mapping.h77 extern void dma_sync_single_for_device(struct device *, dma_addr_t, size_t,
87 dma_sync_single_for_device(dev, dma_handle, offset + size, direction); dma_sync_single_range_for_device()
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_dma.c99 dma_sync_single_for_device(dma->txchan->device->dev, dma->tx_addr, serial8250_tx_dma()
155 dma_sync_single_for_device(dma->rxchan->device->dev, dma->rx_addr, serial8250_rx_dma()
H A D8250_omap.c814 dma_sync_single_for_device(dma->rxchan->device->dev, dma->rx_addr, omap_8250_rx_dma()
947 dma_sync_single_for_device(dma->txchan->device->dev, dma->tx_addr, omap_8250_tx_dma()
/linux-4.1.27/arch/nios2/mm/
H A Ddma-mapping.c132 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
139 EXPORT_SYMBOL(dma_sync_single_for_device); variable
/linux-4.1.27/include/asm-generic/
H A Ddma-mapping-broken.h75 #define dma_sync_single_for_device dma_sync_single_for_cpu macro
H A Dpci-dma-compat.h89 dma_sync_single_for_device(hwdev == NULL ? NULL : &hwdev->dev, dma_handle, size, (enum dma_data_direction)direction); pci_dma_sync_single_for_device()
H A Ddma-mapping-common.h114 static inline void dma_sync_single_for_device(struct device *dev, dma_sync_single_for_device() function
/linux-4.1.27/drivers/net/ethernet/altera/
H A Daltera_sgdma.c106 dma_sync_single_for_device(priv->device, priv->txdescphys, sgdma_initialize()
109 dma_sync_single_for_device(priv->device, priv->rxdescphys, sgdma_initialize()
375 dma_sync_single_for_device(priv->device, sgdma_async_read()
404 dma_sync_single_for_device(priv->device, priv->txdescphys, sgdma_async_write()
H A Daltera_tse_main.c608 dma_sync_single_for_device(priv->device, buffer->dma_addr, tse_start_xmit()
/linux-4.1.27/drivers/char/xillybus/
H A Dxillybus_of.c55 dma_sync_single_for_device(ep->dev, dma_handle, size, direction); xilly_dma_sync_single_for_device_of()
/linux-4.1.27/arch/c6x/include/asm/
H A Ddma-mapping.h83 extern void dma_sync_single_for_device(struct device *dev, dma_addr_t handle,
/linux-4.1.27/arch/cris/include/asm/
H A Ddma-mapping.h93 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, dma_sync_single_for_device() function
/linux-4.1.27/arch/frv/include/asm/
H A Ddma-mapping.h63 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, dma_sync_single_for_device() function
/linux-4.1.27/arch/avr32/include/asm/
H A Ddma-mapping.h260 * dma_sync_single_for_device, and then the device again owns the
275 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
296 dma_sync_single_for_device(dev, dma_handle, offset+size, direction); dma_sync_single_range_for_device()
/linux-4.1.27/drivers/parisc/
H A Dccio-rm-dma.c155 NULL, /* dma_sync_single_for_device : NOP for U2 */
H A Dccio-dma.c1016 .dma_sync_single_for_device = NULL, /* NOP for U2/Uturn */
H A Dsba_iommu.c1071 .dma_sync_single_for_device = NULL,
/linux-4.1.27/arch/xtensa/include/asm/
H A Ddma-mapping.h103 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Ddma-mapping.h100 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
/linux-4.1.27/arch/nios2/include/asm/
H A Ddma-mapping.h88 extern void dma_sync_single_for_device(struct device *dev,
/linux-4.1.27/arch/blackfin/include/asm/
H A Ddma-mapping.h133 dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, dma_sync_single_for_device() function
/linux-4.1.27/arch/metag/include/asm/
H A Ddma-mapping.h112 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
/linux-4.1.27/arch/arc/include/asm/
H A Ddma-mapping.h155 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
/linux-4.1.27/drivers/dma/
H A Dtxx9dmac.c442 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_dequeue()
786 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_prep_dma_memcpy()
799 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_prep_dma_memcpy()
880 dma_sync_single_for_device(chan2parent(&dc->chan), for_each_sg()
894 dma_sync_single_for_device(chan2parent(&dc->chan),
957 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_chain_dynamic()
H A Dtimb_dma.c558 dma_sync_single_for_device(chan2dmadev(chan), td_desc->txd.phys,
H A Diop-adma.c1010 dma_sync_single_for_device(&iop_chan->device->pdev->dev, dest_dma, iop_adma_xor_val_self_test()
H A Dnbpfaxi.c552 dma_sync_single_for_device(dev, ldesc->hwdesc_dma_addr, sizeof(*hwdesc), nbpf_prep_one()
H A Dste_dma40.c2191 dma_sync_single_for_device(chan->base->dev, desc->lli_pool.dma_addr, d40_prep_sg_phy()
/linux-4.1.27/drivers/mmc/host/
H A Dmmc_spi.c183 dma_sync_single_for_device(host->dma_dev, mmc_spi_readbytes()
539 dma_sync_single_for_device(host->dma_dev, mmc_spi_command_send()
683 dma_sync_single_for_device(host->dma_dev, mmc_spi_writeblock()
813 dma_sync_single_for_device(host->dma_dev, mmc_spi_readblock()
816 dma_sync_single_for_device(host->dma_dev, mmc_spi_readblock()
1013 dma_sync_single_for_device(host->dma_dev, mmc_spi_data_do()
H A Dsdhci.c593 dma_sync_single_for_device(mmc_dev(host->mmc), sdhci_adma_table_pre()
/linux-4.1.27/drivers/soc/ti/
H A Dknav_qmss_acc.c196 dma_sync_single_for_device(kdev->dev, list_dma, info->list_size, knav_acc_int_handler()
576 dma_sync_single_for_device(kdev->dev, list_dma, mem_size, knav_init_acc_range()
H A Dknav_qmss_queue.c683 dma_sync_single_for_device(pool->dev, dma_addr, dma_size, kdesc_fill_pool()
918 dma_sync_single_for_device(pool->dev, *dma, size, DMA_TO_DEVICE); knav_pool_desc_map()
/linux-4.1.27/arch/tile/kernel/
H A Dpci-dma.c307 dma_sync_single_for_device(dev, sg->dma_address, for_each_sg()
494 dma_sync_single_for_device(dev, sg->dma_address, for_each_sg()
/linux-4.1.27/arch/parisc/kernel/
H A Dpci-dma.c553 .dma_sync_single_for_device = pa11_dma_sync_single_for_device,
593 .dma_sync_single_for_device = pa11_dma_sync_single_for_device,
/linux-4.1.27/drivers/iommu/
H A Dshmobile-iommu.c87 dma_sync_single_for_device(NULL, pgtable->handle + index * sizeof(val), pgtable_write()
/linux-4.1.27/drivers/crypto/
H A Datmel-tdes.c331 dma_sync_single_for_device(dd->dev, dd->dma_addr_out, atmel_tdes_crypt_pdc_stop()
411 dma_sync_single_for_device(dd->dev, dma_addr_in, length, atmel_tdes_crypt_pdc()
448 dma_sync_single_for_device(dd->dev, dma_addr_in, length, atmel_tdes_crypt_dma()
656 dma_sync_single_for_device(dd->dev, dd->dma_addr_out, atmel_tdes_crypt_dma_stop()
H A Dtalitos.c981 dma_sync_single_for_device(dev, edesc->dma_link_tbl, ipsec_esp()
997 dma_sync_single_for_device(dev, edesc->iv_dma, ivsize, DMA_TO_DEVICE); ipsec_esp()
1031 dma_sync_single_for_device(dev, edesc->dma_link_tbl, ipsec_esp()
1074 dma_sync_single_for_device(ctx->dev, edesc->dma_link_tbl, ipsec_esp()
1409 dma_sync_single_for_device(dev, edesc->dma_link_tbl, common_nonsnoop()
1440 dma_sync_single_for_device(ctx->dev, edesc->dma_link_tbl, common_nonsnoop()
1606 dma_sync_single_for_device(ctx->dev, common_nonsnoop_hash()
H A Datmel-aes.c322 dma_sync_single_for_device(dd->dev, dma_addr_in, length, atmel_aes_crypt_dma()
324 dma_sync_single_for_device(dd->dev, dma_addr_out, length, atmel_aes_crypt_dma()
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c291 dma_sync_single_for_device(dev->dev.parent, ep93xx_rx()
373 dma_sync_single_for_device(dev->dev.parent, txd->buf_addr, skb->len, ep93xx_xmit()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c354 dma_sync_single_for_device(&dev->pdev->dev, dma_handle, mthca_arbel_write_mtt_seg()
790 dma_sync_single_for_device(&dev->pdev->dev, fmr->mem.arbel.dma_handle, mthca_arbel_map_phys_fmr()
/linux-4.1.27/drivers/spi/
H A Dspi-tegra114.c393 dma_sync_single_for_device(tspi->dev, tspi->tx_dma_phys, tegra_spi_copy_client_txbuf_to_spi_txbuf()
424 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
527 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_spi_start_dma_based_transfer()
H A Dspi-tegra20-slink.c402 dma_sync_single_for_device(tspi->dev, tspi->tx_dma_phys, tegra_slink_copy_client_txbuf_to_spi_txbuf()
433 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
541 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_slink_start_dma_based_transfer()
H A Dspi-au1550.c369 dma_sync_single_for_device(hw->dev, dma_rx_addr, au1550_spi_dma_txrxb()
374 dma_sync_single_for_device(hw->dev, dma_rx_addr, au1550_spi_dma_txrxb()
H A Dspi-sh-msiof.c700 dma_sync_single_for_device(p->master->dma_tx->device->dev, sh_msiof_dma_once()
H A Dspi-atmel.c666 dma_sync_single_for_device(&as->pdev->dev, atmel_spi_next_xfer_data()
/linux-4.1.27/drivers/tty/serial/
H A Dserial-tegra.c411 dma_sync_single_for_device(tup->uport.dev, tup->tx_dma_buf_phys, tegra_uart_start_tx_dma()
550 dma_sync_single_for_device(tup->uport.dev, tup->rx_dma_buf_phys, tegra_uart_copy_rx_to_tty()
639 dma_sync_single_for_device(tup->uport.dev, tup->rx_dma_buf_phys, tegra_uart_start_rx_dma()
H A Dfsl_lpuart.c341 dma_sync_single_for_device(sport->port.dev, sport->dma_rx_buf_bus, lpuart_copy_rx_to_tty()
374 dma_sync_single_for_device(sport->port.dev, sport->dma_tx_buf_bus, lpuart_dma_tx()
438 dma_sync_single_for_device(sport->port.dev, sport->dma_rx_buf_bus, lpuart_dma_rx()
H A Datmel_serial.c1274 dma_sync_single_for_device(port->dev, atmel_tx_pdc()
1446 dma_sync_single_for_device(port->dev, pdc->dma_addr, atmel_rx_from_pdc()
H A Dsamsung.c301 dma_sync_single_for_device(ourport->port.dev, dma->tx_transfer_addr, s3c24xx_serial_start_tx_dma()
512 dma_sync_single_for_device(ourport->port.dev, dma->rx_addr, s3c64xx_start_rx_dma()
/linux-4.1.27/drivers/mtd/nand/
H A Ddenali.c1078 dma_sync_single_for_device(denali->dev, addr, size, DMA_TO_DEVICE); write_page()
1170 dma_sync_single_for_device(denali->dev, addr, size, DMA_FROM_DEVICE); denali_read_page()
1217 dma_sync_single_for_device(denali->dev, addr, size, DMA_FROM_DEVICE); denali_read_page_raw()
/linux-4.1.27/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c352 dma_sync_single_for_device(&ndev->dev, priv->tx_mapping[tx_head], moxart_mac_start_xmit()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Db44.c153 dma_sync_single_for_device(sdev->dma_dev, dma_base + offset, b44_sync_dma_desc_for_device()
774 dma_sync_single_for_device(bp->sdev->dma_dev, dest_map->mapping, b44_recycle_rx()
1142 dma_sync_single_for_device(bp->sdev->dma_dev, bp->rx_ring_dma, b44_init_rings()
1146 dma_sync_single_for_device(bp->sdev->dma_dev, bp->tx_ring_dma, b44_init_rings()
H A Dbgmac.c410 dma_sync_single_for_device(dma_dev, slot->dma_addr, BGMAC_RX_BUF_SIZE, bgmac_dma_rx_poison_buf()
H A Dbcm63xx_enet.c398 dma_sync_single_for_device(kdev, desc->address, bcm_enet_receive_queue()
H A Dbnx2.c2990 dma_sync_single_for_device(&bp->pdev->dev, bnx2_reuse_rx_data()
/linux-4.1.27/drivers/net/ethernet/aeroflex/
H A Dgreth.c432 dma_sync_single_for_device(greth->dev, dma_addr, skb->len, DMA_TO_DEVICE); greth_start_xmit()
826 dma_sync_single_for_device(greth->dev, dma_addr, MAX_FRAME_SIZE, DMA_FROM_DEVICE); greth_rx()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c714 dma_sync_single_for_device(&dev->persist->pdev->dev, dma_handle, mlx4_write_mtt_chunk()
1026 dma_sync_single_for_device(&dev->persist->pdev->dev, fmr->dma_handle, mlx4_map_phys_fmr()
/linux-4.1.27/drivers/net/ethernet/octeon/
H A Docteon_mgmt.c239 dma_sync_single_for_device(p->dev, p->rx_ring_handle, octeon_mgmt_rx_fill_ring()
1313 dma_sync_single_for_device(p->dev, p->tx_ring_handle, octeon_mgmt_xmit()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Drecv.c128 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_rx_edma_buf_link()
654 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_edma_get_buffers()
H A Dxmit.c357 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_tx_set_retry()
2475 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_tx_cabq()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c453 dma_sync_single_for_device(ep->udc->gadget.dev.parent, qe_ep_rxbd_update()
1731 dma_sync_single_for_device(ep->udc->gadget.dev.parent, __qe_ep_queue()
2555 dma_sync_single_for_device(udc->gadget.dev.parent, qe_udc_probe()
H A Dfotg210-udc.c362 dma_sync_single_for_device(NULL, d, length, fotg210_start_dma()
H A Dudc-xilinx.c390 dma_sync_single_for_device(udc->dev, src, xudc_dma_send()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dsunbmac.c863 dma_sync_single_for_device(&bp->bigmac_op->dev, bigmac_rx()
H A Dsunhme.c2069 dma_sync_single_for_device(hp->dma_dev, dma_addr, len, DMA_FROM_DEVICE); happy_meal_rx()
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Ddma.c313 dma_sync_single_for_device(ring->dev->dev->dma_dev, sync_descbuffer_for_device()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
H A Dmr.c921 dma_sync_single_for_device(ddev, dma, size, DMA_TO_DEVICE); mlx5_ib_update_mtt()
/linux-4.1.27/drivers/atm/
H A Dfore200e.c460 dma_sync_single_for_device(&((struct pci_dev *) fore200e->bus_dev)->dev, dma_addr, size, direction); fore200e_pca_dma_sync_for_device()
712 dma_sync_single_for_device(&op->dev, dma_addr, size, direction); fore200e_sba_dma_sync_for_device()
H A Didt77252.c1896 dma_sync_single_for_device(&card->pcidev->dev, IDT77252_PRV_PADDR(skb), recycle_rx_skb()
/linux-4.1.27/drivers/net/ethernet/i825xx/
H A Dlib82596.c731 dma_sync_single_for_device(dev->dev.parent, i596_rx()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1428 dma_sync_single_for_device(&pdev->dev, e1000_run_loopback_test()
/linux-4.1.27/drivers/net/wireless/b43/
H A Ddma.c403 dma_sync_single_for_device(ring->dev->dev->dma_dev, sync_descbuffer_for_device()
/linux-4.1.27/drivers/dma/ioat/
H A Ddma_v3.c1338 dma_sync_single_for_device(dev, dest_dma, PAGE_SIZE, DMA_FROM_DEVICE); ioat_xor_val_self_test()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c474 dma_sync_single_for_device(nv_device_base(device), nouveau_bo_sync_for_device()
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c2548 dma_sync_single_for_device(dev->dma_device, addr, size, dir); ehca_dma_sync_single_for_device()
/linux-4.1.27/drivers/net/ethernet/dlink/
H A Dsundance.c1391 dma_sync_single_for_device(&np->pci_dev->dev, rx_poll()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c1641 dma_sync_single_for_device(&pdev->dev, e1000_run_loopback_test()
H A Dnetdev.c1411 dma_sync_single_for_device(&pdev->dev, e1000_clean_rx_irq_ps()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
H A Dtrans.c115 dma_sync_single_for_device(trans->dev, trans_pcie->fw_mon_phys, iwl_pcie_alloc_fw_monitor()
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.c501 dma_sync_single_for_device( _nbu2ss_dma_map_single()
/linux-4.1.27/drivers/scsi/
H A D53c700.c367 dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); NCR_700_detect()
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_gadget.c96 dma_sync_single_for_device(musb->controller, map_dma_buffer()
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_main.c1504 dma_sync_single_for_device(&fep->pdev->dev, bdp->cbd_bufaddr, fec_enet_rx_queue()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1823 dma_sync_single_for_device(rx_ring->dev, igb_clean_test_rings()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c1859 dma_sync_single_for_device(rx_ring->dev, ixgbe_clean_test_rings()
/linux-4.1.27/drivers/net/ethernet/via/
H A Dvia-rhine.c2022 dma_sync_single_for_device(hwdev, rhine_rx()
H A Dvia-velocity.c2091 dma_sync_single_for_device(vptr->dev, rd_info->skb_dma, velocity_receive_frame()
/linux-4.1.27/drivers/firewire/
H A Dohci.c931 dma_sync_single_for_device(ctx->ohci->card.device, ar_recycle_buffers()
/linux-4.1.27/include/rdma/
H A Dib_verbs.h2346 dma_sync_single_for_device(dev->dma_device, addr, size, dir); ib_dma_sync_single_for_device()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Dr8169.c7283 dma_sync_single_for_device(d, addr, pkt_size, DMA_FROM_DEVICE); rtl8169_try_rx_copy()

Completed in 3061 milliseconds