Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dconfig.c265 const unsigned short *maxpacket_maxes; in usb_parse_endpoint() local
419 maxpacket_maxes = low_speed_maxpacket_maxes; in usb_parse_endpoint()
422 maxpacket_maxes = full_speed_maxpacket_maxes; in usb_parse_endpoint()
432 maxpacket_maxes = high_speed_maxpacket_maxes; in usb_parse_endpoint()
436 maxpacket_maxes = super_speed_maxpacket_maxes; in usb_parse_endpoint()
439 j = maxpacket_maxes[usb_endpoint_type(&endpoint->desc)]; in usb_parse_endpoint()