Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/
HDusb_ioctl.h306 #define USB_FS_UNINIT _IOW ('U', 196, struct usb_fs_uninit) macro
HDusb_generic.c2453 case USB_FS_UNINIT: in ugen_ioctl_post()
/freebsd-13-stable/lib/libusb/
HDlibusb20_ugen20.c329 if (ioctl(pdev->file, IOUSB(USB_FS_UNINIT), &fs_uninit)) { in ugen20_tr_release()
446 if (ioctl(pdev->file, IOUSB(USB_FS_UNINIT), &fs_uninit)) { in ugen20_close_device()
/freebsd-13-stable/sys/compat/linux/
HDlinux_ioctl.c3385 args->cmd = USB_FS_UNINIT; in linux_ioctl_fbsd_usb()