Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h175 #define USB_FS_FLAG_CLEAR_STALL 0x0008 macro
H A Dusb_generic.c1379 if (fs_ep.flags & USB_FS_FLAG_CLEAR_STALL) in ugen_fs_copy_in()
/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c898 fsep->flags |= USB_FS_FLAG_CLEAR_STALL; in ugen20_tr_submit()