Searched refs:alloc_coherent (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/nova-core/ |
H A D | dma.rs | 22 let dma = CoherentAllocation::alloc_coherent(dev, len, GFP_KERNEL | __GFP_ZERO)?; in new()
|
/linux/samples/rust/ |
H A D | rust_dma.rs | 67 CoherentAllocation::alloc_coherent(pdev.as_ref(), TEST_VALUES.len(), GFP_KERNEL)?; in probe()
|
/linux/rust/kernel/ |
H A D | dma.rs | 343 pub fn alloc_coherent( in alloc_coherent() method
|
/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 4349 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4360 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4373 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4407 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 4418 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 9671 .alloc_coherent = niu_pci_alloc_coherent, 10052 .alloc_coherent = niu_phys_alloc_coherent,
|
H A D | niu.h | 3132 void *(*alloc_coherent)(struct device *dev, size_t size, member
|