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_LINK
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-debug.h
154
case
TRB_LINK
:
in cdns2_trb_type_string()
168
case
TRB_LINK
:
in cdns2_decode_trb()
H
A
D
cdns2-gadget.c
143
link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(
TRB_LINK
) |
in cdns2_alloc_tr_segment()
357
TRB_TYPE(
TRB_LINK
) | TRB_TOGGLE | ch_bit);
in cdns2_prepare_ring()
643
control = ring->pcs | TRB_TYPE(
TRB_LINK
) | TRB_CHAIN
in cdns2_ep_tx_bulk()
748
TRB_TYPE(
TRB_LINK
) | TRB_CHAIN);
in cdns2_prepare_first_isoc_transfer()
986
while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) ==
TRB_LINK
&&
in cdns2_transfer_completed()
1801
TRB_TYPE(
TRB_LINK
));
in cdns2_gadget_ep_dequeue()
H
A
D
cdns2-gadget.h
457
#define
TRB_LINK
6
macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
92
case
TRB_LINK
:
in cdnsp_trb_type_string()
191
case
TRB_LINK
:
in cdnsp_decode_trb()
H
A
D
cdnsp-gadget.h
1080
#define
TRB_LINK
6
macro
1134
#define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(
TRB_LINK
))
1136
cpu_to_le32(TRB_TYPE(
TRB_LINK
)))
H
A
D
cdns3-gadget.c
251
link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(
TRB_LINK
) | TRB_TOGGLE);
in cdns3_allocate_trb_pool()
1190
TRB_TYPE(
TRB_LINK
) | TRB_TOGGLE | ch_bit);
in cdns3_ep_run_transfer()
1563
while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) ==
TRB_LINK
) {
in cdns3_transfer_completed()
2738
TRB_TYPE(
TRB_LINK
) | TRB_CHAIN);
in cdns3_gadget_ep_dequeue()
H
A
D
cdns3-gadget.h
1029
#define
TRB_LINK
6
macro
H
A
D
cdnsp-mem.c
127
val |= TRB_TYPE(
TRB_LINK
);
in cdnsp_link_segments()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.h
1371
#define
TRB_LINK
6
macro
1444
case
TRB_LINK
:
in xhci_trb_type_string()
1505
#define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(
TRB_LINK
))
1508
cpu_to_le32(TRB_TYPE(
TRB_LINK
)))
2255
case
TRB_LINK
:
in xhci_decode_trb()
H
A
D
xhci-dbgcap.c
455
trb->link.control = cpu_to_le32(LINK_TOGGLE | TRB_TYPE(
TRB_LINK
));
in xhci_dbc_ring_alloc()
H
A
D
xhci-mem.c
115
val |= TRB_TYPE(
TRB_LINK
);
in xhci_link_segments()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.h
1376
#define
TRB_LINK
6
macro
1449
case
TRB_LINK
:
in xhci_trb_type_string()
1510
#define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(
TRB_LINK
))
1513
cpu_to_le32(TRB_TYPE(
TRB_LINK
)))
2287
case
TRB_LINK
:
in xhci_decode_trb()
H
A
D
xhci-dbgcap.c
455
trb->link.control = cpu_to_le32(LINK_TOGGLE | TRB_TYPE(
TRB_LINK
));
in xhci_dbc_ring_alloc()
H
A
D
xhci-mem.c
116
val |= TRB_TYPE(
TRB_LINK
);
in xhci_link_segments()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
265
link_trb->control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(
TRB_LINK
) | TRB_TOGGLE);
in cdns3_allocate_trb_pool()
1185
TRB_TYPE(
TRB_LINK
) | TRB_TOGGLE | ch_bit);
in cdns3_ep_run_transfer()
1558
while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) ==
TRB_LINK
) {
in cdns3_transfer_completed()
2723
TRB_TYPE(
TRB_LINK
) | TRB_CHAIN);
in cdns3_gadget_ep_dequeue()
H
A
D
gadget.h
1028
#define
TRB_LINK
6
macro
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
xhci-dbc.c
214
link_trb->field[3] = cpu_to_le32(TRB_TYPE(
TRB_LINK
)) | cpu_to_le32(LINK_TOGGLE);
in xdbc_reset_ring()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
xhci-dbc.c
214
link_trb->field[3] = cpu_to_le32(TRB_TYPE(
TRB_LINK
)) | cpu_to_le32(LINK_TOGGLE);
in xdbc_reset_ring()
Completed in 44 milliseconds