Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-mem.c1668 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1670 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1682 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1690 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1694 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1722 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1725 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
Dxhci.h1661 void **sp_buffers; member