Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/misc/
Dusbtest.c342 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()