Searched refs:get_maxpacket (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | usbtest.c | 342 static unsigned get_maxpacket(struct usb_device *udev, int pipe) in get_maxpacket() function 372 maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_fill_buf() 406 unsigned maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_check_buf() 543 get_maxpacket(interface_to_usbdev(dev->intf), pipe); in alloc_sglist() 1789 unsigned maxp = get_maxpacket(udev, dev->out_pipe); in toggle_sync_simple()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | usbtest.c | 342 static unsigned get_maxpacket(struct usb_device *udev, int pipe) in get_maxpacket() function 372 maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_fill_buf() 406 unsigned maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_check_buf() 543 get_maxpacket(interface_to_usbdev(dev->intf), pipe); in alloc_sglist() 1789 unsigned maxp = get_maxpacket(udev, dev->out_pipe); in toggle_sync_simple()
|
Completed in 9 milliseconds