Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dCBWTag
(Results
1 - 3
of
3
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_mass_storage.h
56
uint32_t
dCBWTag
; /* Command Block Tag */
member
H
A
D
f_mass_storage.c
738
DPRINTFN(1, "\t -----Received CBW packet -----
dCBWTag
: 0x%x bCBWLUN:%u\n", cbw->
dCBWTag
, cbw->bCBWLUN);
in fmass_check_receive_cbw()
783
fmass->tag = cbw->
dCBWTag
;
in fmass_check_receive_cbw()
996
DPRINTFN(1, "\t -----Response CSW packet -------
dCBWTag
:0x%x residue: %u status: %u\n",
in fmass_set_scsi_status()
/third_party/FreeBSD/sys/dev/usb/storage/
H
A
D
umass.c
260
uDWord
dCBWTag
;
member
1386
tag = UGETDW(sc->cbw.
dCBWTag
) + 1;
in umass_t_bbb_command_callback()
1389
USETDW(sc->cbw.
dCBWTag
, tag);
in umass_t_bbb_command_callback()
1586
} else if (UGETDW(sc->csw.dCSWTag) != UGETDW(sc->cbw.
dCBWTag
)) {
in umass_t_bbb_status_callback()
1589
UGETDW(sc->cbw.
dCBWTag
));
in umass_t_bbb_status_callback()
2496
uint32_t tag = UGETDW(cbw->
dCBWTag
);
in umass_bbb_dump_cbw()
3103
tag = UGETDW(sc->cbw.
dCBWTag
);
in umass_status()
Completed in 8 milliseconds