Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c1656 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()
Dxhci.h1329 void **sp_buffers; member