Searched refs:alloc_sglist (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 505 alloc_sglist(int nents, int max, int vary, struct usbtest_dev *dev, int pipe) in alloc_sglist() function 2218 sg = alloc_sglist(param->sglen, param->length, in usbtest_ioctl() 2237 sg = alloc_sglist(param->sglen, param->length, in usbtest_ioctl() 2255 sg = alloc_sglist(param->sglen, param->length, in usbtest_ioctl() 2273 sg = alloc_sglist(param->sglen, param->length, in usbtest_ioctl()
|