Searched refs:alloc_coherent (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/nova-core/ |
| H A D | gsp.rs | 80 let mut obj = Self(CoherentAllocation::<u8>::alloc_coherent( in new() 129 libos: CoherentAllocation::<LibosMemoryRegionInitArgument>::alloc_coherent( in new() 138 rmargs: CoherentAllocation::<GspArgumentsPadded>::alloc_coherent( in new()
|
| /linux/samples/rust/ |
| H A D | rust_dma.rs | 68 CoherentAllocation::alloc_coherent(pdev.as_ref(), TEST_VALUES.len(), GFP_KERNEL)?; in probe()
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | boot.rs | 159 CoherentAllocation::<GspFwWprMeta>::alloc_coherent(dev, 1, GFP_KERNEL | __GFP_ZERO)?; in boot()
|
| H A D | cmdq.rs | 205 CoherentAllocation::<GspMem>::alloc_coherent(dev, 1, GFP_KERNEL | __GFP_ZERO)?; in new()
|
| /linux/rust/kernel/ |
| H A D | dma.rs | 441 pub fn alloc_coherent( in alloc_coherent() method
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 4348 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4359 rp->rcr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4372 rp->rbr = np->ops->alloc_coherent(np->device, in niu_alloc_rx_ring_info() 4406 rp->mbox = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 4417 rp->descr = np->ops->alloc_coherent(np->device, in niu_alloc_tx_ring_info() 9673 .alloc_coherent = niu_pci_alloc_coherent, 10054 .alloc_coherent = niu_phys_alloc_coherent,
|
| H A D | niu.h | 3132 void *(*alloc_coherent)(struct device *dev, size_t size, member
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 511 ``alloc_coherent`` DMA mappings: in both cases we are using a 32 bits mask.
|