Home
last modified time | relevance | path

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

/u-boot/include/linux/usb/
A Dch9.h629 static inline int usb_endpoint_maxp(const struct usb_endpoint_descriptor *epd) in usb_endpoint_maxp() function
/u-boot/drivers/usb/gadget/
A Df_fastboot.c430 unsigned int maxpacket = usb_endpoint_maxp(ep->desc); in rx_bytes_expected()
A Datmel_usba_udc.c178 maxpacket = usb_endpoint_maxp(desc) & 0x7ff; in usba_ep_enable()
223 nr_trans = ((usb_endpoint_maxp(desc) >> 11) & 3) + 1; in usba_ep_enable()
A Dmax3420_udc.c256 _ep->maxpacket = usb_endpoint_maxp(desc) & 0x7ff; in max3420_ep_enable()
A Dat91_udc.c297 || (maxpacket = usb_endpoint_maxp(desc)) == 0 in at91_ep_enable()
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget.c71 max_packet = usb_endpoint_maxp(desc); in mtu3_ep_enable()
/u-boot/drivers/usb/host/
A Dxhci.c468 max_packet = usb_endpoint_maxp(endpt_desc); in xhci_get_max_esit_payload()
/u-boot/drivers/usb/musb-new/
A Dmusb_host.c1973 qh->maxpacket = usb_endpoint_maxp(epd);
A Dmusb_gadget.c1069 tmp = usb_endpoint_maxp(desc); in musb_gadget_enable()
/u-boot/drivers/usb/dwc3/
A Dgadget.c399 | DWC3_DEPCFG_MAX_PACKET_SIZE(usb_endpoint_maxp(desc)); in dwc3_gadget_set_ep_config()

Completed in 28 milliseconds