Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-mem.c1635 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1637 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1649 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1657 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1660 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1688 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1691 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
H A Dxhci.h1399 void **sp_buffers; member