Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c321 struct usb_fs_uninit fs_uninit; in ugen20_tr_release() local
328 memset(&fs_uninit, 0, sizeof(fs_uninit)); in ugen20_tr_release()
329 if (ioctl(pdev->file, IOUSB(USB_FS_UNINIT), &fs_uninit)) { in ugen20_tr_release()
442 struct usb_fs_uninit fs_uninit; in ugen20_close_device() local
445 memset(&fs_uninit, 0, sizeof(fs_uninit)); in ugen20_close_device()
446 if (ioctl(pdev->file, IOUSB(USB_FS_UNINIT), &fs_uninit)) { in ugen20_close_device()