Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/usb/
Dch11.h27 #define USB_SS_MAXPORTS 15 macro
/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c2353 if (xhci->usb3_rhub.num_ports > USB_SS_MAXPORTS) { in xhci_setup_port_arrays()
2356 USB_SS_MAXPORTS); in xhci_setup_port_arrays()
2357 xhci->usb3_rhub.num_ports = USB_SS_MAXPORTS; in xhci_setup_port_arrays()
/linux-6.1.9/drivers/usb/core/
Dhub.c1423 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()