Home
last modified time | relevance | path

Searched refs:dma_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/stand/usb/
Dusb_busdma_loader.c240 usb_pc_common_mem_cb(struct usb_page_cache *pc, void *dma_handle, uint32_t length) in usb_pc_common_mem_cb() argument
245 bus_addr_t phys = (bus_addr_t)(UINTPTR)dma_handle; in usb_pc_common_mem_cb()
272 DMA_ADDR_T dma_handle; in usb_pc_alloc_mem() local
276 ptr = LOS_DmaMemAlloc(&dma_handle, size, USB_CACHE_ALIGN_SIZE, DMA_NOCACHE); in usb_pc_alloc_mem()
278 ptr = LOS_DmaMemAlloc(&dma_handle, size, align, DMA_NOCACHE); in usb_pc_alloc_mem()
294 usb_pc_common_mem_cb(pc, (void *)(UINTPTR)dma_handle, size); in usb_pc_alloc_mem()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h29666 dma_addr_t dma_handle; member