Home
last modified time | relevance | path

Searched refs:pci_dma_sync_single_for_device (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-queue.h51 pci_dma_sync_single_for_device(s->itv->pdev, buf->dma_handle, in ivtv_buf_sync_for_device()
80 pci_dma_sync_single_for_device(s->itv->pdev, s->sg_handle, in ivtv_stream_sync_for_device()
H A Divtv-udma.h26 pci_dma_sync_single_for_device(itv->pdev, itv->udma.SG_handle, in ivtv_udma_sync_for_device()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/platform/
H A Dplatform_mips_98d_pci.c22 pci_dma_sync_single_for_device(hwdev, *bus_addr, size, in pci_cache_wback()
106 pci_dma_sync_single_for_device(hwdev, *bus_addr, size, direction);
H A Dplatform_linux_pc_pci.c30 pci_dma_sync_single_for_device(hwdev, *bus_addr, size, in pci_cache_wback()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/platform/
H A Dplatform_mips_98d_pci.c22 pci_dma_sync_single_for_device(hwdev, *bus_addr, size, in pci_cache_wback()
106 pci_dma_sync_single_for_device(hwdev, *bus_addr, size, direction);
H A Dplatform_linux_pc_pci.c21 pci_dma_sync_single_for_device(hwdev, *bus_addr, size, in pci_cache_wback()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-queue.h25 pci_dma_sync_single_for_device(s->cx->pci_dev, buf->dma_handle, in cx18_buf_sync_for_device()
H A Dcx18-queue.c328 pci_dma_sync_single_for_device(pci_dev, buf->dma_handle, in _cx18_mdl_sync_for_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-dma-compat.h86 pci_dma_sync_single_for_device(struct pci_dev *hwdev, dma_addr_t dma_handle, in pci_dma_sync_single_for_device() function
/OK3568_Linux_fs/kernel/drivers/char/xillybus/
H A Dxillybus_pcie.c64 pci_dma_sync_single_for_device(ep->pdev, in xilly_dma_sync_single_for_device_pci()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptlan.c879 pci_dma_sync_single_for_device(mpt_dev->pcidev, priv->RcvCtl[ctx].dma, in mpt_lan_receive_post_turbo()
1040 pci_dma_sync_single_for_device(mpt_dev->pcidev, in mpt_lan_receive_post_reply()
1069 pci_dma_sync_single_for_device(mpt_dev->pcidev, in mpt_lan_receive_post_reply()
/OK3568_Linux_fs/kernel/drivers/media/pci/pluto2/
H A Dpluto2.c313 pci_dma_sync_single_for_device(pluto->pdev, pluto->dma_addr, in pluto_dma_end()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c525 pci_dma_sync_single_for_device(adap->pdev, mapping, in refill_fl()
800 pci_dma_sync_single_for_device(adap->pdev, in get_packet()
860 pci_dma_sync_single_for_device(adap->pdev, dma_addr, in get_packet_pg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h691 #define pci_dma_sync_single_for_device pci_dma_sync_single_for_cpu macro
H A Dr8168_n.c3664 pci_dma_sync_single_for_device(tp->pci_dev, in rtl8168_mac_loopback_test()
3692pci_dma_sync_single_for_device(tp->pci_dev, le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE… in rtl8168_mac_loopback_test()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Djme.c1014 pci_dma_sync_single_for_device(jme->pdev, in jme_alloc_and_feed_skb()
1979 pci_dma_sync_single_for_device(pdev, in jme_fill_tx_map()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dsunhme.c315 pci_dma_sync_single_for_device((__hp)->dma_dev, (__addr), (__size), (__dir))
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1872 pci_dma_sync_single_for_device(il->pci_dev, txcmd_phys, firstlen, in il4965_tx_skb()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dtg3.c6921 pci_dma_sync_single_for_device(tp->pdev, dma_addr, len, PCI_DMA_FROMDEVICE); in tg3_rx()