Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/core/
Dconfig.c215 const unsigned short *maxpacket_maxes; in usb_parse_endpoint() local
361 maxpacket_maxes = low_speed_maxpacket_maxes; in usb_parse_endpoint()
364 maxpacket_maxes = full_speed_maxpacket_maxes; in usb_parse_endpoint()
374 maxpacket_maxes = high_speed_maxpacket_maxes; in usb_parse_endpoint()
378 maxpacket_maxes = super_speed_maxpacket_maxes; in usb_parse_endpoint()
381 j = maxpacket_maxes[usb_endpoint_type(&endpoint->desc)]; in usb_parse_endpoint()