Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/
HDusb_ioctl.h305 #define USB_FS_INIT _IOW ('U', 195, struct usb_fs_init) macro
388 #define USB_FS_INIT32 _IOC_NEWTYPE(USB_FS_INIT, struct usb_fs_init32)
HDusb_generic.c2441 case USB_FS_INIT: in ugen_ioctl_post()
/freebsd-13-stable/lib/libusb/
HDlibusb20_ugen20.c369 if (ioctl(pdev->file, IOUSB(USB_FS_INIT), &fs_init)) { in ugen20_tr_renew()
/freebsd-13-stable/sys/compat/linux/
HDlinux_ioctl.c3373 args->cmd = USB_FS_INIT; in linux_ioctl_fbsd_usb()