Home
last modified time | relevance | path

Searched refs:nr_scratch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.c466 if (!dwc->nr_scratch) in dwc3_alloc_scratch_buffers()
469 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers()
486 if (!dwc->nr_scratch) in dwc3_setup_scratch_buffers()
494 dwc->nr_scratch * DWC3_SCRATCHBUF_SIZE, in dwc3_setup_scratch_buffers()
521 dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_setup_scratch_buffers()
533 if (!dwc->nr_scratch) in dwc3_free_scratch_buffers()
540 dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_free_scratch_buffers()
798 dwc->nr_scratch = DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(hwparams4); in dwc3_core_setup_global_control()
H A Dcore.h963 * @nr_scratch: number of scratch buffers
1130 u32 nr_scratch; member

Completed in 7 milliseconds