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:chan_priority
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/dw/
H
A
D
internal.h
64
.
chan_priority
= CHAN_PRIORITY_ASCENDING,
80
.
chan_priority
= CHAN_PRIORITY_ASCENDING,
H
A
D
of.c
75
of_property_read_u32(np, "
chan_priority
", &pdata->
chan_priority
);
in dw_dma_parse_dt()
H
A
D
core.c
1105
pdata->
chan_priority
= CHAN_PRIORITY_ASCENDING;
in do_dma_probe()
1161
if (pdata->
chan_priority
== CHAN_PRIORITY_ASCENDING)
in do_dma_probe()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
dma-dw.h
46
* @
chan_priority
: Set channel priority increasing from 0 to 7 or 7 to 0.
63
unsigned char
chan_priority
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
dma-dw.h
47
* @
chan_priority
: Set channel priority increasing from 0 to 7 or 7 to 0.
65
u32
chan_priority
;
member
/kernel/linux/linux-5.10/drivers/dma/dw/
H
A
D
internal.h
64
.
chan_priority
= CHAN_PRIORITY_ASCENDING,
H
A
D
of.c
82
if (!of_property_read_u32(np, "
chan_priority
", &tmp))
in dw_dma_parse_dt()
83
pdata->
chan_priority
= tmp;
in dw_dma_parse_dt()
H
A
D
core.c
1109
pdata->
chan_priority
= CHAN_PRIORITY_ASCENDING;
in do_dma_probe()
1165
if (pdata->
chan_priority
== CHAN_PRIORITY_ASCENDING)
in do_dma_probe()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_lpss.c
184
.
chan_priority
= CHAN_PRIORITY_ASCENDING,
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_lpss.c
195
.
chan_priority
= CHAN_PRIORITY_ASCENDING,
Completed in 9 milliseconds