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:mclk_rate
(Results
1 - 6
of
6
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
1586
strcmp(id, "
mclk_rate
") == 0) {
in tplg_parse_hw_config()
1587
if (parse_unsigned(n, &hw_cfg->
mclk_rate
))
in tplg_parse_hw_config()
1701
if (err >= 0 && hc->
mclk_rate
)
in tplg_save_hw_config()
1703
hc->
mclk_rate
);
in tplg_save_hw_config()
1855
cfg->
mclk_rate
= tpl->
mclk_rate
;
in set_link_hw_config()
2237
hw->
mclk_rate
= link->hw_config[i].
mclk_rate
;
in tplg_decode_link()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-process.c
242
if (!ssp->ssp_prm[di].hw_cfg[hwi].
mclk_rate
) {
in ssp_calculate_intern()
244
ssp->ssp_prm[di].hw_cfg[hwi].
mclk_rate
);
in ssp_calculate_intern()
249
ssp->ssp_prm[di].hw_cfg[hwi].bclk_rate > ssp->ssp_prm[di].hw_cfg[hwi].
mclk_rate
) {
in ssp_calculate_intern()
252
ssp->ssp_prm[di].hw_cfg[hwi].
mclk_rate
);
in ssp_calculate_intern()
528
if (ssp->ssp_prm[di].io_clk % ssp->ssp_prm[di].hw_cfg[hwi].
mclk_rate
) {
in ssp_calculate_intern()
533
clk_div = ssp->ssp_prm[di].io_clk / ssp->ssp_prm[di].hw_cfg[hwi].
mclk_rate
;
in ssp_calculate_intern()
1017
ssp->ssp_prm[ssp->ssp_count].hw_cfg[hwi].
mclk_rate
= mclk_freq;
in ssp_hw_set_params()
H
A
D
ssp-internal.h
112
uint32_t
mclk_rate
;
member
H
A
D
ssp-debug.c
142
fprintf(stdout, "
mclk_rate
%u\n", hw_conf->
mclk_rate
);
in ssp_print_internal()
/third_party/alsa-lib/include/
H
A
D
topology.h
1033
unsigned int
mclk_rate
; /*!< MCLK or SYSCLK freqency in Hz */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
350
__le32
mclk_rate
; /* MCLK or SYSCLK freqency in Hz */
member
Completed in 10 milliseconds