Home
last modified time | relevance | path

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

/dragonfly/tools/tools/usbtest/
H A Dusb_msc_test.c55 #define CBWFLAGS_IN 0x80 macro
167 cbw.bCBWFlags = (isread ? CBWFLAGS_IN : CBWFLAGS_OUT); in do_msc_cmd()
/dragonfly/sys/bus/u4b/
H A Dusb_msctest.c126 #define CBWFLAGS_IN 0x80 macro
316 sc->cbw->bCBWFlags = ((sc->dir == DIR_IN) ? CBWFLAGS_IN : CBWFLAGS_OUT); in bbb_command_callback()
/dragonfly/sys/bus/u4b/storage/
H A Dustorage_fs.c136 #define CBWFLAGS_IN 0x80 macro
554 if (sc->sc_cbw->bCBWFlags & CBWFLAGS_IN) { in ustorage_fs_t_bbb_command_callback()
H A Dumass.c255 #define CBWFLAGS_IN 0x80 macro
1321 CBWFLAGS_IN : CBWFLAGS_OUT); in umass_t_bbb_command_callback()
3027 dlen, lun, (flags == CBWFLAGS_IN ? "in" : in umass_bbb_dump_cbw()