Home
last modified time | relevance | path

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

/third_party/eudev/src/libudev/
Dlibudev-enumerate.c68 unsigned int devices_max; member
174 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()
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h115 uint8_t devices_max; /* maximum number of USB devices */ member
Dusb_device.c1505 (device_index != bus->devices_max) && in usb_alloc_device()
1509 if (device_index == bus->devices_max) { in usb_alloc_device()
Dusb_hub.c2592 x != bus->devices_max; x++) { in usb_bus_powerd()
2630 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.c865 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()
Dxhci.c539 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()