Searched refs:sp_buffers (Results 1 – 2 of 2) sorted by relevance
1662 xhci->scratchpad->sp_buffers = kzalloc(sizeof(void *) * num_sp, flags); in scratchpad_alloc()1663 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()1681 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()1690 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()1696 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()1724 xhci->scratchpad->sp_buffers[i], in scratchpad_free()1728 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
1370 void **sp_buffers; member