Searched refs:usb_endpoint_maxp (Results 1 – 3 of 3) sorted by relevance
447 int max_packet_size = (size_t)usb_endpoint_maxp(ep->desc) & 0x7ff; in usb_ep_align()
643 static inline int usb_endpoint_maxp(const struct usb_endpoint_descriptor *epd) in usb_endpoint_maxp() function
1976 return usb_endpoint_maxp(&ep->desc); in usb_maxpacket()