Home
last modified time | relevance | path

Searched refs:devices_max (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h115 uint8_t devices_max; /* maximum number of USB devices */ member
Dusb_device.c1494 (device_index != bus->devices_max) && in usb_alloc_device()
1498 if (device_index == bus->devices_max) { in usb_alloc_device()
Dusb_hub.c2584 x != bus->devices_max; x++) { in usb_bus_powerd()
2621 x != bus->devices_max; x++) { in usb_bus_powerd()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c100 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_pci_attach()
Dusb_controller.c864 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()
865 (bus->devices_max < USB_MIN_DEVICES) || in usb_bus_mem_alloc_all()
Dxhci.c539 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()