Home
last modified time | relevance | path

Searched refs:pci_pool_alloc (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/alloc/
H A Dpool_zalloc-simple.cocci25 * x = \(dma_pool_alloc\|pci_pool_alloc\)(...);
50 - x = pci_pool_alloc(a,b,c);
66 x = @p\(dma_pool_alloc\|pci_pool_alloc\)(a,b,c);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddbus.h487 #define dma_pool_alloc(pool, flags, handle) pci_pool_alloc(pool, flags, handle)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddbus.h439 #define dma_pool_alloc(pool, flags, handle) pci_pool_alloc(pool, flags, handle)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddbus.h439 #define dma_pool_alloc(pool, flags, handle) pci_pool_alloc(pool, flags, handle)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Ddbus.h447 #define dma_pool_alloc(pool, flags, handle) pci_pool_alloc(pool, flags, handle)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddbus.h473 #define dma_pool_alloc(pool, flags, handle) pci_pool_alloc(pool, flags, handle)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Ddbus.h439 #define dma_pool_alloc(pool, flags, handle) pci_pool_alloc(pool, flags, handle)
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1477 #define pci_pool_alloc(pool, flags, handle) dma_pool_alloc(pool, flags, handle) macro
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc65 pci_pool_alloc - it's only for streaming mappings (pci_map_*)
1806 pci_pool_alloc/free directly.