Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_bus.h122 uint8_t driver_added_refcount; /* Current driver generation count */ member
H A Dusb_device.h243 uint8_t driver_added_refcount; /* our driver added generation count */ member
H A Dusb_hub.c541 refcount = bus->driver_added_refcount; in uhub_explore_sub()
554 if (child->driver_added_refcount != refcount) { in uhub_explore_sub()
555 child->driver_added_refcount = refcount; in uhub_explore_sub()
2429 (udev->driver_added_refcount != udev->bus->driver_added_refcount) || in usb_peer_should_wakeup()
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c371 bus->driver_added_refcount++; in usb_bus_explore()
373 if (bus->driver_added_refcount == 0) { in usb_bus_explore()
375 bus->driver_added_refcount = 1; in usb_bus_explore()