Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_bus.h125 uint8_t devices_max; /* maximum number of USB devices */ member
H A Dusb_hub.c2472 x != bus->devices_max; x++) { in usb_bus_powerd()
2510 x != bus->devices_max; x++) { in usb_bus_powerd()
H A Dusb_device.c1565 (device_index != bus->devices_max) && in usb_alloc_device()
1569 if (device_index == bus->devices_max) { in usb_alloc_device()
/dragonfly/sys/bus/u4b/controller/
H A Duhci_pci.c257 sc->sc_bus.devices_max = UHCI_MAX_DEVICES; in uhci_pci_attach()
H A Dohci_pci.c209 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_pci_attach()
H A Dusb_controller.c977 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()
978 (bus->devices_max < USB_MIN_DEVICES) || in usb_bus_mem_alloc_all()
H A Dehci_pci.c284 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_pci_attach()
H A Dxhci.c601 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()