Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H A Ddrv_osal_sys_linux.c104 mem->dma_virt = dma_alloc_coherent(dev, mem->dma_size, (dma_addr_t *)(&addr_u64(mem->dma_addr)), GFP_ATOMIC); in cipher_dma_alloc_coherent()
106 hi_log_error("dma_alloc_coherent error.\n"); in cipher_dma_alloc_coherent()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c136 buffer->vaddr = dma_alloc_coherent(dev, align_size, &iova, GFP_KERNEL); in mpp_dma_alloc()
H A Dmpp_iep2.c776 iep->roi.vaddr = dma_alloc_coherent(mpp->dev, iep->roi.size, &iep->roi.iova, GFP_KERNEL); in iep2_init()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dma.c321 dma->rx_buf = dma_alloc_coherent(dma->rxchan->device->dev, dma->rx_size, &dma->rx_addr, GFP_KERNEL); in serial8250_request_dma()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iommu.c140 buffer->vaddr = dma_alloc_coherent(dev, align_size, &iova, GFP_KERNEL); in mpp_dma_alloc()
H A Dmpp_iep2.c823 iep->roi.vaddr = dma_alloc_coherent(mpp->dev, iep->roi.size, in iep2_init()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-mapping.h384 static inline void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c1010 lb_priv->dma_rx = dma_alloc_coherent(priv->device, sizeof(struct dma_desc), &lb_priv->dma_rx_phy, GFP_KERNEL); in dwmac_rk_alloc_dma_desc_resources()
1015 lb_priv->dma_tx = dma_alloc_coherent(priv->device, sizeof(struct dma_desc), &lb_priv->dma_tx_phy, GFP_KERNEL); in dwmac_rk_alloc_dma_desc_resources()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk-tool.c1041 lb_priv->dma_rx = dma_alloc_coherent(priv->device, in dwmac_rk_alloc_dma_desc_resources()
1048 lb_priv->dma_tx = dma_alloc_coherent(priv->device, in dwmac_rk_alloc_dma_desc_resources()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dlinux_osl.c945 va = dma_alloc_coherent(&hwdev->dev, size, &pap_lin, flags); in osl_dma_alloc_consistent()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c[all...]

Completed in 41 milliseconds