Searched refs:devices_max (Results 1 – 7 of 7) sorted by relevance
68 unsigned int devices_max; member174 if (udev_enumerate->devices_cur >= udev_enumerate->devices_max) { in syspath_add()178 add = udev_enumerate->devices_max; in syspath_add()181 …buf = realloc(udev_enumerate->devices, (udev_enumerate->devices_max + add) * sizeof(struct syspath… in syspath_add()185 udev_enumerate->devices_max += add; in syspath_add()
115 uint8_t devices_max; /* maximum number of USB devices */ member
1505 (device_index != bus->devices_max) && in usb_alloc_device()1509 if (device_index == bus->devices_max) { in usb_alloc_device()
2592 x != bus->devices_max; x++) { in usb_bus_powerd()2630 x != bus->devices_max; x++) { in usb_bus_powerd()
100 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_pci_attach()
865 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()866 (bus->devices_max < USB_MIN_DEVICES) || in usb_bus_mem_alloc_all()
539 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()