Searched refs:usb_detach_device (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_device.h | 314 void usb_detach_device(struct usb_device *, uint8_t, uint8_t);
|
H A D | usb_msctest.c | 618 usb_detach_device(udev, iface_index, 0); in bbb_attach()
|
H A D | usb_device.c | 623 usb_detach_device(udev, USB_IFACE_INDEX_ANY, flag); in usb_unconfigure() 1279 usb_detach_device(struct usb_device *udev, uint8_t iface_index, in usb_detach_device() function
|
H A D | usb_generic.c | 2406 usb_detach_device(f->udev, n, 0); in ugen_ioctl_post()
|