Searched refs:driver_added_refcount (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_bus.h125 uint8_t driver_added_refcount; /* Current driver generation count */ member in struct:usb_bus
H A Dusb_device.h239 uint8_t driver_added_refcount; /* our driver added generation count */ member in struct:usb_device
H A Dusb_hub.c542 refcount = bus->driver_added_refcount;
555 if (child->driver_added_refcount != refcount) {
556 child->driver_added_refcount = refcount;
2435 (udev->driver_added_refcount != udev->bus->driver_added_refcount) ||
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dusb_controller.c385 bus->driver_added_refcount++;
387 if (bus->driver_added_refcount == 0) {
389 bus->driver_added_refcount = 1;

Completed in 160 milliseconds