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:new_deviation
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/st/
H
A
D
clkgen-pll.c
259
long
new_deviation
;
in clk_pll3200c32_get_params()
local
284
new_deviation
= abs(new_freq - output);
in clk_pll3200c32_get_params()
286
if (!
new_deviation
||
new_deviation
< deviation) {
in clk_pll3200c32_get_params()
289
deviation =
new_deviation
;
in clk_pll3200c32_get_params()
420
unsigned long new_freq,
new_deviation
;
in clk_pll4600c28_get_params()
local
444
new_deviation
= new_freq - output;
in clk_pll4600c28_get_params()
445
if (!
new_deviation
||
new_deviation
< deviation) {
in clk_pll4600c28_get_params()
448
deviation =
new_deviation
;
in clk_pll4600c28_get_params()
[all...]
H
A
D
clkgen-fsyn.c
588
unsigned long new_freq,
new_deviation
;
in clk_fs660c32_get_pe()
local
608
new_deviation
= abs(output - new_freq);
in clk_fs660c32_get_pe()
610
if (
new_deviation
< *deviation) {
in clk_fs660c32_get_pe()
615
*deviation =
new_deviation
;
in clk_fs660c32_get_pe()
625
unsigned long new_freq,
new_deviation
;
in clk_fs660c32_dig_get_params()
local
671
new_deviation
= abs(output - new_freq);
in clk_fs660c32_dig_get_params()
674
if (
new_deviation
< deviation) {
in clk_fs660c32_dig_get_params()
676
deviation =
new_deviation
;
in clk_fs660c32_dig_get_params()
/kernel/linux/linux-6.6/drivers/clk/st/
H
A
D
clkgen-pll.c
321
long
new_deviation
;
in clk_pll3200c32_get_params()
local
346
new_deviation
= abs(new_freq - output);
in clk_pll3200c32_get_params()
348
if (!
new_deviation
||
new_deviation
< deviation) {
in clk_pll3200c32_get_params()
351
deviation =
new_deviation
;
in clk_pll3200c32_get_params()
482
unsigned long new_freq,
new_deviation
;
in clk_pll4600c28_get_params()
local
506
new_deviation
= new_freq - output;
in clk_pll4600c28_get_params()
507
if (!
new_deviation
||
new_deviation
< deviation) {
in clk_pll4600c28_get_params()
510
deviation =
new_deviation
;
in clk_pll4600c28_get_params()
[all...]
H
A
D
clkgen-fsyn.c
650
unsigned long new_freq,
new_deviation
;
in clk_fs660c32_get_pe()
local
670
new_deviation
= abs(output - new_freq);
in clk_fs660c32_get_pe()
672
if (
new_deviation
< *deviation) {
in clk_fs660c32_get_pe()
677
*deviation =
new_deviation
;
in clk_fs660c32_get_pe()
687
unsigned long new_freq,
new_deviation
;
in clk_fs660c32_dig_get_params()
local
733
new_deviation
= abs(output - new_freq);
in clk_fs660c32_dig_get_params()
736
if (
new_deviation
< deviation) {
in clk_fs660c32_dig_get_params()
738
deviation =
new_deviation
;
in clk_fs660c32_dig_get_params()
Completed in 8 milliseconds