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:ring2
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
apple-admac.c
346
u32 ring1,
ring2
;
in admac_cyclic_read_residue()
local
353
ring2
= readl_relaxed(ad->base + REG_REPORT_RING(channo));
in admac_cyclic_read_residue()
363
/* No descriptor load between the two reads,
ring2
is safe to use */
in admac_cyclic_read_residue()
364
nreports = admac_ring_noccupied_slots(
ring2
);
in admac_cyclic_read_residue()
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-udma.c
626
struct k3_ring *
ring2
= NULL;
in udma_reset_rings()
local
632
ring2
= uc->rflow->r_ring;
in udma_reset_rings()
639
ring2
= uc->tchan->tc_ring;
in udma_reset_rings()
649
if (
ring2
)
in udma_reset_rings()
650
k3_ringacc_ring_reset(
ring2
);
in udma_reset_rings()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
wacom_wac.c
521
int ring1 = 0,
ring2
= 0;
in wacom_intuos_pad()
local
542
ring2
= data[2];
in wacom_intuos_pad()
641
(ring1 & 0x80) | (
ring2
& 0x80) | strip1 | strip2;
in wacom_intuos_pad()
664
input_report_abs(input, ABS_THROTTLE, (
ring2
& 0x80) ? (
ring2
& 0x7f) : 0);
in wacom_intuos_pad()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
wacom_wac.c
521
int ring1 = 0,
ring2
= 0;
in wacom_intuos_pad()
local
542
ring2
= data[2];
in wacom_intuos_pad()
641
(ring1 & 0x80) | (
ring2
& 0x80) | strip1 | strip2;
in wacom_intuos_pad()
664
input_report_abs(input, ABS_THROTTLE, (
ring2
& 0x80) ? (
ring2
& 0x7f) : 0);
in wacom_intuos_pad()
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma.c
729
struct k3_ring *
ring2
= NULL;
in udma_reset_rings()
local
735
ring2
= uc->rflow->r_ring;
in udma_reset_rings()
742
ring2
= uc->tchan->tc_ring;
in udma_reset_rings()
752
if (
ring2
)
in udma_reset_rings()
753
k3_ringacc_ring_reset(
ring2
);
in udma_reset_rings()
Completed in 24 milliseconds