Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_bus.h117 uint8_t driver_added_refcount; /* Current driver generation count */ member
H A Dusb_device.h253 uint8_t driver_added_refcount; /* our driver added generation count */ member
H A Dusb_hub.c518 refcount = bus->driver_added_refcount; in uhub_explore_sub()
531 if (child->driver_added_refcount != refcount) { in uhub_explore_sub()
532 child->driver_added_refcount = refcount; in uhub_explore_sub()
2469 (udev->driver_added_refcount != udev->bus->driver_added_refcount) || in usb_peer_should_wakeup()
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c382 bus->driver_added_refcount++; in usb_bus_explore()
384 if (bus->driver_added_refcount == 0) { in usb_bus_explore()
386 bus->driver_added_refcount = 1; in usb_bus_explore()