Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/misc/
Dusbtest.c319 static unsigned get_maxpacket(struct usb_device *udev, int pipe) in get_maxpacket() function
341 maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_fill_buf()
375 unsigned maxpacket = get_maxpacket(urb->dev, urb->pipe); in simple_check_buf()
512 get_maxpacket(interface_to_usbdev(dev->intf), pipe); in alloc_sglist()