Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/misc/
Dusbtest.c306 static unsigned get_maxpacket(struct usb_device *udev, int pipe) in get_maxpacket() function
328 maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_fill_buf()
362 unsigned maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_check_buf()
499 get_maxpacket(interface_to_usbdev(dev->intf), pipe); in alloc_sglist()