Home
last modified time | relevance | path

Searched refs:device_uninit (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_controller.h135 void (*device_uninit) (struct usb_device *); member
H A Dusb_device.c2207 if (bus->methods->device_uninit != NULL) in usb_free_device()
2208 (bus->methods->device_uninit) (udev); in usb_free_device()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c4332 .device_uninit = xhci_device_uninit,