Searched refs:usb_maxpacket (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 293 int max = usb_maxpacket(dev, pipe); in submit_bulk_msg() 346 int max = usb_maxpacket(dev, pipe); in submit_control_msg()
|
| H A D | ehci-hcd.c | 409 maxpacket = usb_maxpacket(dev, pipe); in ehci_submit_async() 1235 if (elementsize > usb_maxpacket(dev, pipe)) { in _ehci_create_int_queue() 1295 (usb_maxpacket(dev, pipe) << 16) | /* MPS */ in _ehci_create_int_queue()
|
| H A D | ohci-hcd.c | 879 | usb_maxpacket(usb_dev, pipe) << 16); in ep_add_ed() 1522 int maxsize = usb_maxpacket(dev, pipe); in submit_common_msg() 1738 int maxsize = usb_maxpacket(dev, pipe); in _ohci_submit_control_msg()
|
| H A D | xhci-ring.c | 677 maxpacketsize = usb_maxpacket(udev, pipe); in xhci_bulk_tx()
|
| H A D | dwc2.c | 928 int max = usb_maxpacket(dev, pipe); in chunk_msg()
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 600 | usb_maxpacket (usb_dev, pipe) << 16); in ep_add_ed() 1105 int maxsize = usb_maxpacket(dev, pipe); in submit_common_msg() 1209 int maxsize = usb_maxpacket(dev, pipe); in submit_control_msg()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usb.h | 268 int usb_maxpacket(struct usb_device *dev, unsigned long pipe);
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_kbd.c | 498 data->intpktsize = min(usb_maxpacket(dev, data->intpipe),
|
| H A D | usb_storage.c | 377 max_size = usb_maxpacket(us->pusb_dev, pipe) * 16; in us_one_transfer() 1407 ss->irqmaxp = usb_maxpacket(dev, ss->irqpipe); in usb_storage_probe()
|
| H A D | usb.c | 300 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket() function
|