Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mem.c1667 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1669 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1681 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1689 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1693 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1721 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1724 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
Dxhci.h1639 void **sp_buffers; member