Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c1662 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()
Dxhci.h1421 void **sp_buffers; member