Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c1640 xhci->scratchpad->sp_array = dma_alloc_coherent(dev, in scratchpad_alloc()
1643 if (!xhci->scratchpad->sp_array) in scratchpad_alloc()
1659 xhci->scratchpad->sp_array[i] = dma; in scratchpad_alloc()
1669 xhci->scratchpad->sp_array[i]); in scratchpad_alloc()
1675 xhci->scratchpad->sp_array, in scratchpad_alloc()
1700 xhci->scratchpad->sp_array[i]); in scratchpad_free()
1704 xhci->scratchpad->sp_array, in scratchpad_free()
Dxhci.h1661 u64 *sp_array; member