Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h317 void usb_free_device(struct usb_device *, uint8_t);
Dusb_hub.c689 usb_free_device(child, 0); in uhub_reattach_port()
889 usb_free_device(child, 0); in uhub_reattach_port()
1655 usb_free_device(child, 0); in uhub_detach()
Dusb_device.c1854 usb_free_device(udev, 0); in usb_alloc_device()
2011 usb_free_device(struct usb_device *udev, uint8_t flag) in usb_free_device() function
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c409 usb_free_device(udev, 0); in usb_bus_detach()