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:bclk_rate
(Results
1 - 6
of
6
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
1517
strcmp(id, "
bclk_rate
") == 0) {
in tplg_parse_hw_config()
1518
if (parse_unsigned(n, &hw_cfg->
bclk_rate
))
in tplg_parse_hw_config()
1687
if (err >= 0 && hc->
bclk_rate
)
in tplg_save_hw_config()
1689
hc->
bclk_rate
);
in tplg_save_hw_config()
1856
cfg->
bclk_rate
= tpl->
bclk_rate
;
in set_link_hw_config()
2238
hw->
bclk_rate
= link->hw_config[i].
bclk_rate
;
in tplg_decode_link()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-process.c
248
if (!ssp->ssp_prm[di].hw_cfg[hwi].
bclk_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()
251
ssp->ssp_prm[di].hw_cfg[hwi].
bclk_rate
,
in ssp_calculate_intern()
257
if (ssp->ssp_prm[di].hw_cfg[hwi].
bclk_rate
% ssp->ssp_prm[di].hw_cfg[hwi].fsync_rate) {
in ssp_calculate_intern()
259
ssp->ssp_prm[di].hw_cfg[hwi].
bclk_rate
,
in ssp_calculate_intern()
265
bdiv = ssp->ssp_prm[di].hw_cfg[hwi].
bclk_rate
/ ssp->ssp_prm[di].hw_cfg[hwi].fsync_rate;
in ssp_calculate_intern()
1018
ssp->ssp_prm[ssp->ssp_count].hw_cfg[hwi].
bclk_rate
= bclk_freq;
in ssp_hw_set_params()
H
A
D
ssp-internal.h
113
uint32_t
bclk_rate
;
member
H
A
D
ssp-debug.c
143
fprintf(stdout, "
bclk_rate
%u\n", hw_conf->
bclk_rate
);
in ssp_print_internal()
/third_party/alsa-lib/include/
H
A
D
topology.h
1034
unsigned int
bclk_rate
; /*!< BCLK freqency in Hz */
member
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
351
__le32
bclk_rate
; /* BCLK freqency in Hz */
member
Completed in 10 milliseconds