Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/usb/
Dch11.h25 #define USB_SS_MAXPORTS 15 macro
/Linux-v6.6/drivers/usb/host/
Dxhci-mem.c2211 if (xhci->usb3_rhub.num_ports > USB_SS_MAXPORTS) { in xhci_setup_port_arrays()
2214 USB_SS_MAXPORTS); in xhci_setup_port_arrays()
2215 xhci->usb3_rhub.num_ports = USB_SS_MAXPORTS; in xhci_setup_port_arrays()
/Linux-v6.6/drivers/usb/core/
Dhub.c1454 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()