Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/storage/
H A Dcfumass.c118 #define CBWFLAGS_OUT 0x00 macro
871 if (sc->sc_current_flags != CBWFLAGS_OUT) { in cfumass_datamove()
873 sc->sc_current_flags, CBWFLAGS_OUT); in cfumass_datamove()
H A Dumass.c245 #define CBWFLAGS_OUT 0x00 macro
1309 CBWFLAGS_IN : CBWFLAGS_OUT); in umass_t_bbb_command_callback()
2957 (flags == CBWFLAGS_OUT ? "out" : "<invalid>"))); in umass_bbb_dump_cbw()
H A Dustorage_fs.c142 #define CBWFLAGS_OUT 0x00 macro
/freebsd/sys/dev/usb/
H A Dusb_msctest.c138 #define CBWFLAGS_OUT 0x00 macro
327 sc->cbw->bCBWFlags = ((sc->dir == DIR_IN) ? CBWFLAGS_IN : CBWFLAGS_OUT); in bbb_command_callback()
/freebsd/tools/tools/usbtest/
H A Dusb_msc_test.c53 #define CBWFLAGS_OUT 0x00 macro
166 cbw.bCBWFlags = (isread ? CBWFLAGS_IN : CBWFLAGS_OUT); in do_msc_cmd()