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_IDT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
239
field3 &
TRB_IDT
? 'D' : 'd',
in cdnsp_decode_trb()
251
field3 &
TRB_IDT
? 'D' : 'i',
in cdnsp_decode_trb()
285
field3 &
TRB_IDT
? 'T' : 't',
in cdnsp_decode_trb()
H
A
D
cdnsp-gadget.h
1026
#define
TRB_IDT
BIT(6)
macro
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.h
1327
#define
TRB_IDT
(1<<6)
macro
2299
field3 &
TRB_IDT
? 'I' : 'i',
in xhci_decode_trb()
2309
field3 &
TRB_IDT
? 'I' : 'i',
in xhci_decode_trb()
2338
field3 &
TRB_IDT
? 'I' : 'i',
in xhci_decode_trb()
H
A
D
xhci-ring.c
3544
field |=
TRB_IDT
;
in xhci_queue_bulk_tx()
3657
field |=
TRB_IDT
| TRB_TYPE(TRB_SETUP);
in xhci_queue_ctrl_tx()
3693
field |=
TRB_IDT
;
in xhci_queue_ctrl_tx()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.h
1328
#define
TRB_IDT
(1<<6)
macro
2331
field3 &
TRB_IDT
? 'I' : 'i',
in xhci_decode_trb()
2341
field3 &
TRB_IDT
? 'I' : 'i',
in xhci_decode_trb()
2370
field3 &
TRB_IDT
? 'I' : 'i',
in xhci_decode_trb()
H
A
D
xhci-ring.c
3694
field |=
TRB_IDT
;
in xhci_queue_bulk_tx()
3807
field |=
TRB_IDT
| TRB_TYPE(TRB_SETUP);
in xhci_queue_ctrl_tx()
3843
field |=
TRB_IDT
;
in xhci_queue_ctrl_tx()
Completed in 33 milliseconds