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:hw_cfg
(Results
1 - 6
of
6
) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-process.c
110
for (i = 0; i < ssp->ssp_prm[di].
hw_cfg
[hwi].tdm_slots; i++)
in ssp_calculate_intern()
143
ssp->ssp_blob[di][hwi].sstsa = SSTSA_SSTSA(ssp->ssp_prm[di].
hw_cfg
[hwi].tx_slots);
in ssp_calculate_intern()
146
ssp->ssp_blob[di][hwi].ssrsa = SSRSA_SSRSA(ssp->ssp_prm[di].
hw_cfg
[hwi].rx_slots);
in ssp_calculate_intern()
148
switch (ssp->ssp_prm[di].
hw_cfg
[hwi].format & SSP_FMT_CLOCK_PROVIDER_MASK) {
in ssp_calculate_intern()
172
switch (ssp->ssp_prm[di].
hw_cfg
[hwi].format & SSP_FMT_INV_MASK) {
in ssp_calculate_intern()
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()
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
[hw
in ssp_calculate_intern()
[all...]
H
A
D
ssp-internal.h
135
struct ssp_config_hw
hw_cfg
[SSP_MAX_HW_CONFIG];
member
H
A
D
ssp-debug.c
141
hw_conf = &dai->
hw_cfg
[i];
in ssp_print_internal()
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
260
ref->elem->
hw_cfg
,
in build_link()
1434
struct snd_soc_tplg_hw_config *
hw_cfg
;
in tplg_parse_hw_config()
local
1446
hw_cfg
= elem->
hw_cfg
;
in tplg_parse_hw_config()
1447
hw_cfg
->size = elem->size;
in tplg_parse_hw_config()
1464
if (parse_unsigned(n, &
hw_cfg
->id))
in tplg_parse_hw_config()
1477
hw_cfg
->fmt = ret;
in tplg_parse_hw_config()
1499
hw_cfg
->bclk_provider = SND_SOC_TPLG_BCLK_CC;
in tplg_parse_hw_config()
1503
hw_cfg
->bclk_provider = SND_SOC_TPLG_BCLK_CC;
in tplg_parse_hw_config()
1505
hw_cfg
in tplg_parse_hw_config()
[all...]
H
A
D
tplg_local.h
178
struct snd_soc_tplg_hw_config *
hw_cfg
;
member
/third_party/alsa-utils/topology/
H
A
D
pre-process-dai.c
30
snd_config_t *
hw_cfg
, *obj;
in tplg_build_hw_cfg_object()
local
40
ret = tplg_build_object_from_template(tplg_pp, obj_cfg, &
hw_cfg
, NULL, false);
in tplg_build_hw_cfg_object()
Completed in 8 milliseconds