Searched refs:usb_endpoint_maxp (Results 1 – 8 of 8) sorted by relevance
604 ep->maxpacket = usb_endpoint_maxp(speed_desc) & USB_ENDPOINT_MAXP_MASK; in fsg_ep_desc()
178 maxpacket = usb_endpoint_maxp(desc) & 0x7ff; in usba_ep_enable()223 nr_trans = ((usb_endpoint_maxp(desc) >> 11) & 3) + 1; in usba_ep_enable()
295 || (maxpacket = usb_endpoint_maxp(desc)) == 0 in at91_ep_enable()
629 static inline int usb_endpoint_maxp(const struct usb_endpoint_descriptor *epd) in usb_endpoint_maxp() function
435 max_packet = usb_endpoint_maxp(endpt_desc); in xhci_get_max_esit_payload()
1969 qh->maxpacket = usb_endpoint_maxp(epd);
1064 tmp = usb_endpoint_maxp(desc); in musb_gadget_enable()
394 | DWC3_DEPCFG_MAX_PACKET_SIZE(usb_endpoint_maxp(desc)); in dwc3_gadget_set_ep_config()