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.c690 usb_free_device(child, 0); in uhub_reattach_port()
889 usb_free_device(child, 0); in uhub_reattach_port()
1660 usb_free_device(child, 0); in uhub_detach()
Dusb_device.c1866 usb_free_device(udev, 0); in usb_alloc_device()
2023 usb_free_device(struct usb_device *udev, uint8_t flag) in usb_free_device() function
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c410 usb_free_device(udev, 0); in usb_bus_detach()