Searched refs:sp_buffers (Results 1 – 2 of 2) sorted by relevance
1646 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()
1416 void **sp_buffers; member