Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h190 #define USB_FS_FLAG_MULTI_SHORT_OK 0x0002 macro
H A Dusb_generic.c1142 if (fs_ep.flags & USB_FS_FLAG_MULTI_SHORT_OK) in ugen_fs_copy_in()
/dragonfly/lib/libusb/
H A Dlibusb20_ugen20.c876 fsep->flags |= USB_FS_FLAG_MULTI_SHORT_OK; in ugen20_tr_submit()