Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c1641 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1643 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1655 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1663 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1666 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1694 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1697 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
Dxhci.h1384 void **sp_buffers; member