Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h330 #define USB_FS_OPEN _IOWR('U', 197, struct usb_fs_open) macro
H A Dusb_generic.c1456 case USB_FS_OPEN: in ugen_ioctl()
/dragonfly/lib/libusb/
H A Dlibusb20_ugen20.c810 if (ioctl(xfer->pdev->file, IOUSB(USB_FS_OPEN), &temp.fs_open)) in ugen20_tr_open()