Home
last modified time | relevance | path

Searched refs:sp_buffers (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c1695 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1697 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1709 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1717 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1721 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1749 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1752 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
H A Dxhci.h1653 void **sp_buffers; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c1646 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1648 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1660 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1668 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1671 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1699 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1702 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
H A Dxhci.h1664 void **sp_buffers; member

Completed in 17 milliseconds