Searched refs:XHCI_MAX_DEVICES (Results 1 – 5 of 5) sorted by relevance
32 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro463 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];510 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
79 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in generic_xhci_attach()
528 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()590 if (sc->sc_noslot > XHCI_MAX_DEVICES) in xhci_init()591 sc->sc_noslot = XHCI_MAX_DEVICES; in xhci_init()3414 if (value >= XHCI_MAX_DEVICES) { in xhci_roothub_exec()
59 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
1047 xsc->sc_bus.devices_max = XHCI_MAX_DEVICES; in tegra_xhci_attach()