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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_bus.h101 uint8_t driver_added_refcount; /* Current driver generation count */ member in struct:usb_bus
H A Dusb_device.h231 uint8_t driver_added_refcount; /* our driver added generation count */ member in struct:usb_device
H A Dusb_hub.c523 refcount = bus->driver_added_refcount;
536 if (child->driver_added_refcount != refcount) {
537 child->driver_added_refcount = refcount;
2353 (udev->driver_added_refcount != udev->bus->driver_added_refcount) ||
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dusb_controller.c361 bus->driver_added_refcount++;
363 if (bus->driver_added_refcount == 0) {
365 bus->driver_added_refcount = 1;

Completed in 149 milliseconds