Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dsl811-hcd.c293 int max = usb_maxpacket(dev, pipe); in submit_bulk_msg()
346 int max = usb_maxpacket(dev, pipe); in submit_control_msg()
A Dxhci-ring.c645 maxpacketsize = usb_maxpacket(udev, pipe); in xhci_bulk_tx()
879 usb_maxpacket(udev, pipe), true); in xhci_ctrl_tx()
A Dehci-hcd.c457 maxpacket = usb_maxpacket(dev, pipe); in ehci_submit_async()
1285 if (elementsize > usb_maxpacket(dev, pipe)) { in _ehci_create_int_queue()
1345 (usb_maxpacket(dev, pipe) << 16) | /* MPS */ in _ehci_create_int_queue()
A Dohci-hcd.c881 | usb_maxpacket(usb_dev, pipe) << 16); in ep_add_ed()
1523 int maxsize = usb_maxpacket(dev, pipe); in submit_common_msg()
1739 int maxsize = usb_maxpacket(dev, pipe); in _ohci_submit_control_msg()
A Ddwc2.c926 int max = usb_maxpacket(dev, pipe); in chunk_msg()
/u-boot/include/
A Dusb.h274 int usb_maxpacket(struct usb_device *dev, unsigned long pipe);
/u-boot/common/
A Dusb_kbd.c498 data->intpktsize = min(usb_maxpacket(dev, data->intpipe),
A Dusb_storage.c377 max_size = usb_maxpacket(us->pusb_dev, pipe) * 16; in us_one_transfer()
1410 ss->irqmaxp = usb_maxpacket(dev, ss->irqpipe); in usb_storage_probe()
A Dusb.c305 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket() function

Completed in 23 milliseconds