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:PERIPHERAL_ID_MIN
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/
H
A
D
clk-peripheral.c
18
#define
PERIPHERAL_ID_MIN
2
macro
53
if (id <
PERIPHERAL_ID_MIN
)
in clk_peripheral_enable()
68
if (id <
PERIPHERAL_ID_MIN
)
in clk_peripheral_disable()
82
if (id <
PERIPHERAL_ID_MIN
)
in clk_peripheral_is_enabled()
163
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_enable()
185
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_disable()
203
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_is_enabled()
223
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_recalc_rate()
271
if (periph->id <
PERIPHERAL_ID_MIN
|| !periph->range.max)
in clk_sam9x5_peripheral_determine_rate()
334
if (periph->id <
PERIPHERAL_ID_MIN
|| !perip
in clk_sam9x5_peripheral_round_rate()
[all...]
H
A
D
dt-compat.c
18
#define
PERIPHERAL_ID_MIN
2
macro
145
if (id <
PERIPHERAL_ID_MIN
|| id >= PERIPHERAL_MAX)
in of_sama5d2_clk_generated_setup()
/kernel/linux/linux-6.6/drivers/clk/at91/
H
A
D
clk-peripheral.c
18
#define
PERIPHERAL_ID_MIN
2
macro
54
if (id <
PERIPHERAL_ID_MIN
)
in clk_peripheral_enable()
69
if (id <
PERIPHERAL_ID_MIN
)
in clk_peripheral_disable()
83
if (id <
PERIPHERAL_ID_MIN
)
in clk_peripheral_is_enabled()
169
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_set()
197
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_disable()
215
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_is_enabled()
235
if (periph->id <
PERIPHERAL_ID_MIN
)
in clk_sam9x5_peripheral_recalc_rate()
282
if (periph->id <
PERIPHERAL_ID_MIN
|| !periph->range.max)
in clk_sam9x5_peripheral_determine_rate()
346
if (periph->id <
PERIPHERAL_ID_MIN
|| !perip
in clk_sam9x5_peripheral_round_rate()
[all...]
H
A
D
dt-compat.c
18
#define
PERIPHERAL_ID_MIN
2
macro
158
if (id <
PERIPHERAL_ID_MIN
|| id >= PERIPHERAL_MAX)
in of_sama5d2_clk_generated_setup()
Completed in 4 milliseconds