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:pll_comb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5682s.c
1341
(rt5682s->sysclk_src == RT5682S_CLK_SRC_PLL2 && rt5682s->
pll_comb
== USE_PLLAB))
in is_sys_clk_from_plla()
2363
rt5682s->
pll_comb
= find_pll_inter_combination(freq_in, freq_out,
in rt5682s_set_component_pll()
2366
if ((pll_id == RT5682S_PLL1 && rt5682s->
pll_comb
== USE_PLLA) ||
in rt5682s_set_component_pll()
2367
(pll_id == RT5682S_PLL2 && (rt5682s->
pll_comb
== USE_PLLB ||
in rt5682s_set_component_pll()
2368
rt5682s->
pll_comb
== USE_PLLAB))) {
in rt5682s_set_component_pll()
2371
pll_id + 1, freq_in, freq_out, rt5682s->
pll_comb
);
in rt5682s_set_component_pll()
2375
pll_id + 1, freq_in, freq_out, rt5682s->
pll_comb
);
in rt5682s_set_component_pll()
2379
if (rt5682s->
pll_comb
== USE_PLLA || rt5682s->
pll_comb
== USE_PLLAB) {
in rt5682s_set_component_pll()
2395
if (rt5682s->
pll_comb
in rt5682s_set_component_pll()
[all...]
H
A
D
rt5682s.h
1474
int
pll_comb
;
member
Completed in 15 milliseconds