Home
last modified time | relevance | path

Searched refs:usb_fs_uninit (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_ioctl.h213 struct usb_fs_uninit { struct
328 #define USB_FS_UNINIT _IOW ('U', 196, struct usb_fs_uninit)
Dusb_generic.c2113 struct usb_fs_uninit *puninit; in ugen_ioctl_post()
2472 struct usb_fs_uninit uninit; in ugen_ioctl_post()
2473 error = copyin((const void *)u.addr, &uninit, sizeof(struct usb_fs_uninit)); in ugen_ioctl_post()