Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_device.h323 void usb_free_device(struct usb_device *, uint8_t);
H A Dusb_hub.c632 usb_free_device(child, 0); in uhub_reattach_port()
826 usb_free_device(child, 0); in uhub_reattach_port()
1573 usb_free_device(child, 0); in uhub_detach()
H A Dusb_device.c2110 usb_free_device(udev, 0); in usb_alloc_device()
2287 usb_free_device(struct usb_device *udev, uint8_t flag) in usb_free_device() function
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c447 usb_free_device(udev, 0); in usb_bus_detach()