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:LINK_TOGGLE
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-mem.c
155
~cpu_to_le32(
LINK_TOGGLE
);
in cdnsp_link_rings()
157
cpu_to_le32(
LINK_TOGGLE
);
in cdnsp_link_rings()
400
cpu_to_le32(
LINK_TOGGLE
);
in cdnsp_ring_alloc()
H
A
D
cdnsp-gadget.h
926
#define
LINK_TOGGLE
BIT(1)
macro
H
A
D
cdnsp-ring.c
106
return le32_to_cpu(trb->link.control) &
LINK_TOGGLE
;
in cdnsp_link_trb_toggles_cycle()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
149
&= ~cpu_to_le32(
LINK_TOGGLE
);
in xhci_link_rings()
151
|= cpu_to_le32(
LINK_TOGGLE
);
in xhci_link_rings()
400
cpu_to_le32(
LINK_TOGGLE
);
in xhci_ring_alloc()
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.h
1224
#define
LINK_TOGGLE
(0x1<<1)
macro
H
A
D
xhci-ring.c
103
return le32_to_cpu(trb->link.control) &
LINK_TOGGLE
;
in link_trb_toggles_cycle()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
149
&= ~cpu_to_le32(
LINK_TOGGLE
);
in xhci_link_rings()
151
|= cpu_to_le32(
LINK_TOGGLE
);
in xhci_link_rings()
400
cpu_to_le32(
LINK_TOGGLE
);
in xhci_ring_alloc()
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.h
1225
#define
LINK_TOGGLE
(0x1<<1)
macro
H
A
D
xhci-ring.c
106
return le32_to_cpu(trb->link.control) &
LINK_TOGGLE
;
in link_trb_toggles_cycle()
/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 39 milliseconds