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:wm_coeff_ctl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm_adsp.c
310
struct
wm_coeff_ctl
{
struct
368
static inline struct
wm_coeff_ctl
*bytes_ext_to_ctl(struct soc_bytes_ext *ext)
in bytes_ext_to_ctl()
370
return container_of(ext, struct
wm_coeff_ctl
, bytes_ext);
in bytes_ext_to_ctl()
378
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_info()
403
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_put()
420
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_tlv_put()
446
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_put_acked()
474
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_get()
491
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_tlv_get()
555
struct
wm_coeff_ctl
*ct
in wm_adsp_ctl_work()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm_adsp.c
605
struct
wm_coeff_ctl
{
struct
932
static inline struct
wm_coeff_ctl
*bytes_ext_to_ctl(struct soc_bytes_ext *ext)
in bytes_ext_to_ctl()
934
return container_of(ext, struct
wm_coeff_ctl
, bytes_ext);
in bytes_ext_to_ctl()
937
static int wm_coeff_base_reg(struct
wm_coeff_ctl
*ctl, unsigned int *reg)
in wm_coeff_base_reg()
960
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_info()
979
static int wm_coeff_write_acked_control(struct
wm_coeff_ctl
*ctl,
in wm_coeff_write_acked_control()
1039
static int wm_coeff_write_ctrl_raw(struct
wm_coeff_ctl
*ctl,
in wm_coeff_write_ctrl_raw()
1070
static int wm_coeff_write_ctrl(struct
wm_coeff_ctl
*ctl,
in wm_coeff_write_ctrl()
1092
struct
wm_coeff_ctl
*ctl = bytes_ext_to_ctl(bytes_ext);
in wm_coeff_put()
1108
struct
wm_coeff_ctl
*ct
in wm_coeff_tlv_put()
[all...]
Completed in 6 milliseconds