Searched refs:usb_maxpacket (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | urb.c | 228 max = usb_maxpacket(dev, pipe, is_out); in usb_submit_urb()
|
| A D | usb_gen_hub.c | 2656 maxp = usb_maxpacket(hdev, pipe, usb_pipeout(pipe)); in _hub_config()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb_host_common.h | 582 static uint16_t usb_maxpacket(struct usb_host_virt_dev *udev, int pipe, int is_out) in usb_maxpacket() function
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-q.c | 732 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 871 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input); in qh_make()
|
| A D | ohci-hcd.c | 184 % usb_maxpacket (urb->dev, pipe,
|
Completed in 16 milliseconds