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:TRB_DATA
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
86
case
TRB_DATA
:
in cdnsp_trb_type_string()
243
case
TRB_DATA
:
in cdnsp_decode_trb()
H
A
D
cdnsp-gadget.h
1074
#define
TRB_DATA
3
macro
H
A
D
cdnsp-ring.c
1012
if (trb_type ==
TRB_DATA
) {
in cdnsp_process_ctrl_td()
2042
field = TRB_TYPE(
TRB_DATA
);
in cdnsp_queue_ctrl_tx()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
2145
(trb_type ==
TRB_DATA
) ? "data" : "setup");
in process_ctrl_td()
2155
if (trb_type ==
TRB_DATA
|| trb_type == TRB_NORMAL)
in process_ctrl_td()
2165
case
TRB_DATA
:
in process_ctrl_td()
2188
if (trb_type ==
TRB_DATA
|| trb_type == TRB_NORMAL)
in process_ctrl_td()
2203
if (trb_type ==
TRB_DATA
||
in process_ctrl_td()
3681
field = TRB_ISP | TRB_TYPE(
TRB_DATA
);
in xhci_queue_ctrl_tx()
3683
field = TRB_TYPE(
TRB_DATA
);
in xhci_queue_ctrl_tx()
H
A
D
xhci.h
1365
#define
TRB_DATA
3
macro
1438
case
TRB_DATA
:
in xhci_trb_type_string()
2303
case
TRB_DATA
:
in xhci_decode_trb()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
2278
(trb_type ==
TRB_DATA
) ? "data" : "setup");
in process_ctrl_td()
2288
if (trb_type ==
TRB_DATA
|| trb_type == TRB_NORMAL)
in process_ctrl_td()
2298
case
TRB_DATA
:
in process_ctrl_td()
2321
if (trb_type ==
TRB_DATA
|| trb_type == TRB_NORMAL)
in process_ctrl_td()
2336
if (trb_type ==
TRB_DATA
||
in process_ctrl_td()
3831
field = TRB_ISP | TRB_TYPE(
TRB_DATA
);
in xhci_queue_ctrl_tx()
3833
field = TRB_TYPE(
TRB_DATA
);
in xhci_queue_ctrl_tx()
H
A
D
xhci.h
1370
#define
TRB_DATA
3
macro
1443
case
TRB_DATA
:
in xhci_trb_type_string()
2335
case
TRB_DATA
:
in xhci_decode_trb()
Completed in 36 milliseconds