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:cx20442
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cx20442.c
3
*
cx20442
.c -- CX20442 ALSA Soc Audio driver
21
#include "
cx20442
.h"
91
struct cx20442_priv *
cx20442
= snd_soc_component_get_drvdata(component);
in cx20442_read_reg_cache()
local
96
return
cx20442
->reg_cache;
in cx20442_read_reg_cache()
155
struct cx20442_priv *
cx20442
= snd_soc_component_get_drvdata(component);
in cx20442_write()
local
164
if (!
cx20442
->tty || !
cx20442
->tty->ops->write)
in cx20442_write()
167
old =
cx20442
->reg_cache;
in cx20442_write()
168
cx20442
->reg_cache = value;
in cx20442_write()
193
if (
cx20442
in cx20442_write()
240
struct
cx20442
_priv *
cx20442
;
v253_close()
local
266
struct
cx20442
_priv *
cx20442
;
v253_receive()
local
325
struct
cx20442
_priv *
cx20442
= snd_soc_component_get_drvdata(component);
cx20442_set_bias_level()
local
354
struct
cx20442
_priv *
cx20442
;
cx20442_component_probe()
local
393
struct
cx20442
_priv *
cx20442
= snd_soc_component_get_drvdata(component);
cx20442_component_remove()
local
[all...]
H
A
D
Makefile
78
snd-soc-
cx20442
-objs :=
cx20442
.o
387
obj-$(CONFIG_SND_SOC_CX20442) += snd-soc-
cx20442
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cx20442.c
3
*
cx20442
.c -- CX20442 ALSA Soc Audio driver
21
#include "
cx20442
.h"
91
struct cx20442_priv *
cx20442
= snd_soc_component_get_drvdata(component);
in cx20442_read_reg_cache()
local
96
return
cx20442
->reg_cache;
in cx20442_read_reg_cache()
155
struct cx20442_priv *
cx20442
= snd_soc_component_get_drvdata(component);
in cx20442_write()
local
164
if (!
cx20442
->tty || !
cx20442
->tty->ops->write)
in cx20442_write()
167
old =
cx20442
->reg_cache;
in cx20442_write()
168
cx20442
->reg_cache = value;
in cx20442_write()
193
if (
cx20442
in cx20442_write()
240
struct
cx20442
_priv *
cx20442
;
v253_close()
local
265
struct
cx20442
_priv *
cx20442
;
v253_receive()
local
317
struct
cx20442
_priv *
cx20442
= snd_soc_component_get_drvdata(component);
cx20442_set_bias_level()
local
346
struct
cx20442
_priv *
cx20442
;
cx20442_component_probe()
local
385
struct
cx20442
_priv *
cx20442
= snd_soc_component_get_drvdata(component);
cx20442_component_remove()
local
[all...]
H
A
D
Makefile
106
snd-soc-
cx20442
-objs :=
cx20442
.o
492
obj-$(CONFIG_SND_SOC_CX20442) += snd-soc-
cx20442
.o
/kernel/linux/linux-5.10/sound/soc/ti/
H
A
D
ams-delta.c
24
#include "../codecs/
cx20442
.h"
527
SND_SOC_DAILINK_DEFS(
cx20442
,
529
DAILINK_COMP_ARRAY(COMP_CODEC("
cx20442
-codec", "
cx20442
-voice")),
539
SND_SOC_DAILINK_REG(
cx20442
),
/kernel/linux/linux-6.6/sound/soc/ti/
H
A
D
ams-delta.c
24
#include "../codecs/
cx20442
.h"
526
SND_SOC_DAILINK_DEFS(
cx20442
,
528
DAILINK_COMP_ARRAY(COMP_CODEC("
cx20442
-codec", "
cx20442
-voice")),
538
SND_SOC_DAILINK_REG(
cx20442
),
Completed in 7 milliseconds