Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1758 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *), in scratchpad_alloc()
1760 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()
1772 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()
1780 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()
1784 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()
1812 xhci->scratchpad->sp_buffers[i], in scratchpad_free()
1815 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
H A Dxhci.h1664 void **sp_buffers; member