Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dconfig.c215 const unsigned short *maxpacket_maxes; in usb_parse_endpoint() local
356 maxpacket_maxes = low_speed_maxpacket_maxes; in usb_parse_endpoint()
359 maxpacket_maxes = full_speed_maxpacket_maxes; in usb_parse_endpoint()
369 maxpacket_maxes = high_speed_maxpacket_maxes; in usb_parse_endpoint()
373 maxpacket_maxes = super_speed_maxpacket_maxes; in usb_parse_endpoint()
376 j = maxpacket_maxes[usb_endpoint_type(&endpoint->desc)]; in usb_parse_endpoint()