Searched refs:maxpacket_maxes (Results 1 – 1 of 1) sorted by relevance
297 const unsigned short *maxpacket_maxes; in usb_parse_endpoint() local467 maxpacket_maxes = low_speed_maxpacket_maxes; in usb_parse_endpoint()470 maxpacket_maxes = full_speed_maxpacket_maxes; in usb_parse_endpoint()480 maxpacket_maxes = high_speed_maxpacket_maxes; in usb_parse_endpoint()484 maxpacket_maxes = super_speed_maxpacket_maxes; in usb_parse_endpoint()487 j = maxpacket_maxes[usb_endpoint_type(&endpoint->desc)]; in usb_parse_endpoint()
Completed in 5 milliseconds