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:coeff_v1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm_adsp.c
1558
struct wm_adsp_host_buf_coeff_v1
coeff_v1
;
in wm_adsp_buffer_parse_coeff()
local
1565
ret = cs_dsp_coeff_read_ctrl(cs_ctl, 0, &
coeff_v1
,
in wm_adsp_buffer_parse_coeff()
1566
min(cs_ctl->len, sizeof(
coeff_v1
)));
in wm_adsp_buffer_parse_coeff()
1570
if (
coeff_v1
.host_buf_ptr)
in wm_adsp_buffer_parse_coeff()
1576
if (!
coeff_v1
.host_buf_ptr) {
in wm_adsp_buffer_parse_coeff()
1586
buf->host_buf_ptr = be32_to_cpu(
coeff_v1
.host_buf_ptr);
in wm_adsp_buffer_parse_coeff()
1599
version = be32_to_cpu(
coeff_v1
.versions) & HOST_BUF_COEFF_COMPAT_VER_MASK;
in wm_adsp_buffer_parse_coeff()
1610
cs_dsp_remove_padding((u32 *)&
coeff_v1
.name, ARRAY_SIZE(
coeff_v1
.name));
in wm_adsp_buffer_parse_coeff()
1613
(char *)&
coeff_v1
in wm_adsp_buffer_parse_coeff()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm_adsp.c
3868
struct wm_adsp_host_buf_coeff_v1
coeff_v1
;
in wm_adsp_buffer_parse_coeff()
local
3913
ret = regmap_raw_read(ctl->dsp->regmap, reg, &
coeff_v1
,
in wm_adsp_buffer_parse_coeff()
3914
sizeof(
coeff_v1
));
in wm_adsp_buffer_parse_coeff()
3918
coeff_v1
.versions = be32_to_cpu(
coeff_v1
.versions);
in wm_adsp_buffer_parse_coeff()
3919
val =
coeff_v1
.versions & HOST_BUF_COEFF_COMPAT_VER_MASK;
in wm_adsp_buffer_parse_coeff()
3929
for (i = 0; i < ARRAY_SIZE(
coeff_v1
.name); i++)
in wm_adsp_buffer_parse_coeff()
3930
coeff_v1
.name[i] = be32_to_cpu(
coeff_v1
.name[i]);
in wm_adsp_buffer_parse_coeff()
3932
wm_adsp_remove_padding((u32 *)&
coeff_v1
in wm_adsp_buffer_parse_coeff()
[all...]
Completed in 8 milliseconds