Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c292 int max = usb_maxpacket(dev, pipe); in submit_bulk_msg()
345 int max = usb_maxpacket(dev, pipe); in submit_control_msg()
H A Dehci-hcd.c408 maxpacket = usb_maxpacket(dev, pipe); in ehci_submit_async()
1251 if (elementsize > usb_maxpacket(dev, pipe)) { in _ehci_create_int_queue()
1311 (usb_maxpacket(dev, pipe) << 16) | /* MPS */ in _ehci_create_int_queue()
H A Dohci-hcd.c875 | usb_maxpacket(usb_dev, pipe) << 16); in ep_add_ed()
1517 int maxsize = usb_maxpacket(dev, pipe); in submit_common_msg()
1735 int maxsize = usb_maxpacket(dev, pipe); in _ohci_submit_control_msg()
H A Dxhci-ring.c634 maxpacketsize = usb_maxpacket(udev, pipe); in xhci_bulk_tx()
H A Ddwc2.c913 int max = usb_maxpacket(dev, pipe); in chunk_msg()
/openbmc/u-boot/common/
H A Dusb_kbd.c459 data->intpktsize = min(usb_maxpacket(dev, data->intpipe),
H A Dusb_storage.c373 max_size = usb_maxpacket(us->pusb_dev, pipe) * 16; in us_one_transfer()
1401 ss->irqmaxp = usb_maxpacket(dev, ss->irqpipe); in usb_storage_probe()
H A Dusb.c293 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket() function
/openbmc/u-boot/include/
H A Dusb.h267 int usb_maxpacket(struct usb_device *dev, unsigned long pipe);