Searched refs:sp_buffers (Results 1 – 2 of 2) sorted by relevance
1656 xhci->scratchpad->sp_buffers = kzalloc(sizeof(void *) * num_sp, flags); in scratchpad_alloc()1657 if (!xhci->scratchpad->sp_buffers) in scratchpad_alloc()1675 xhci->scratchpad->sp_buffers[i] = buf; in scratchpad_alloc()1684 xhci->scratchpad->sp_buffers[i], in scratchpad_alloc()1690 kfree(xhci->scratchpad->sp_buffers); in scratchpad_alloc()1718 xhci->scratchpad->sp_buffers[i], in scratchpad_free()1722 kfree(xhci->scratchpad->sp_buffers); in scratchpad_free()
1329 void **sp_buffers; member