Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Dch11.h25 #define USB_SS_MAXPORTS 15 macro
/linux/drivers/usb/host/
H A Dxhci-mem.c2225 if (xhci->usb3_rhub.num_ports > USB_SS_MAXPORTS) { in xhci_setup_port_arrays()
2228 USB_SS_MAXPORTS); in xhci_setup_port_arrays()
2229 xhci->usb3_rhub.num_ports = USB_SS_MAXPORTS; in xhci_setup_port_arrays()
/linux/drivers/usb/core/
H A Dhub.c1472 maxchild = min_t(unsigned, maxchild, USB_SS_MAXPORTS); in hub_configure()