Searched refs:XHCI_MAX_DEVICES (Results 1 – 4 of 4) 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()
59 #define XHCI_MAX_DEVICES MIN(USB_MAX_DEVICES, 128) macro
1047 xsc->sc_bus.devices_max = XHCI_MAX_DEVICES; in tegra_xhci_attach()