Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/
HDusb_device.h309 void usb_free_device(struct usb_device *, uint8_t);
HDusb_hub.c644 usb_free_device(child, 0); in uhub_reattach_port()
837 usb_free_device(child, 0); in uhub_reattach_port()
1576 usb_free_device(child, 0); in uhub_detach()
HDusb_device.c1953 usb_free_device(udev, 0); in usb_alloc_device()
2127 usb_free_device(struct usb_device *udev, uint8_t flag) in usb_free_device() function
/NextBSD/sys/dev/usb/controller/
HDusb_controller.c447 usb_free_device(udev, 0); in usb_bus_detach()