Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/core/
H A Dconfig.c291 const unsigned short *maxpacket_maxes; in usb_parse_endpoint() local
461 maxpacket_maxes = low_speed_maxpacket_maxes; in usb_parse_endpoint()
464 maxpacket_maxes = full_speed_maxpacket_maxes; in usb_parse_endpoint()
474 maxpacket_maxes = high_speed_maxpacket_maxes; in usb_parse_endpoint()
478 maxpacket_maxes = super_speed_maxpacket_maxes; in usb_parse_endpoint()
481 j = maxpacket_maxes[usb_endpoint_type(&endpoint->desc)]; in usb_parse_endpoint()