sp_buffers       1673 drivers/usb/host/xhci-mem.c 	xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *),
sp_buffers       1675 drivers/usb/host/xhci-mem.c 	if (!xhci->scratchpad->sp_buffers)
sp_buffers       1687 drivers/usb/host/xhci-mem.c 		xhci->scratchpad->sp_buffers[i] = buf;
sp_buffers       1695 drivers/usb/host/xhci-mem.c 				    xhci->scratchpad->sp_buffers[i],
sp_buffers       1699 drivers/usb/host/xhci-mem.c 	kfree(xhci->scratchpad->sp_buffers);
sp_buffers       1727 drivers/usb/host/xhci-mem.c 				    xhci->scratchpad->sp_buffers[i],
sp_buffers       1730 drivers/usb/host/xhci-mem.c 	kfree(xhci->scratchpad->sp_buffers);
sp_buffers       1639 drivers/usb/host/xhci.h 	void **sp_buffers;