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:cs42l73
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs42l73.c
3
*
cs42l73
.c -- CS42L73 ALSA Soc Audio driver
28
#include <sound/
cs42l73
.h>
29
#include "
cs42l73
.h"
1095
struct cs42l73_private *
cs42l73
= snd_soc_component_get_drvdata(component);
in cs42l73_set_bias_level()
local
1108
regcache_cache_only(
cs42l73
->regmap, false);
in cs42l73_set_bias_level()
1109
regcache_sync(
cs42l73
->regmap);
in cs42l73_set_bias_level()
1116
if (
cs42l73
->shutdwn_delay > 0) {
in cs42l73_set_bias_level()
1117
mdelay(
cs42l73
->shutdwn_delay);
in cs42l73_set_bias_level()
1118
cs42l73
->shutdwn_delay = 0;
in cs42l73_set_bias_level()
1167
.name = "
cs42l73
1230
struct
cs42l73
_private *
cs42l73
= snd_soc_component_get_drvdata(component);
cs42l73_probe()
local
1276
struct
cs42l73
_private *
cs42l73
;
cs42l73_i2c_probe()
local
[all...]
H
A
D
Makefile
59
snd-soc-
cs42l73
-objs :=
cs42l73
.o
368
obj-$(CONFIG_SND_SOC_CS42L73) += snd-soc-
cs42l73
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l73.c
3
*
cs42l73
.c -- CS42L73 ALSA Soc Audio driver
28
#include <sound/
cs42l73
.h>
29
#include "
cs42l73
.h"
1096
struct cs42l73_private *
cs42l73
= snd_soc_component_get_drvdata(component);
in cs42l73_set_bias_level()
local
1109
regcache_cache_only(
cs42l73
->regmap, false);
in cs42l73_set_bias_level()
1110
regcache_sync(
cs42l73
->regmap);
in cs42l73_set_bias_level()
1117
if (
cs42l73
->shutdwn_delay > 0) {
in cs42l73_set_bias_level()
1118
mdelay(
cs42l73
->shutdwn_delay);
in cs42l73_set_bias_level()
1119
cs42l73
->shutdwn_delay = 0;
in cs42l73_set_bias_level()
1168
.name = "
cs42l73
1231
struct
cs42l73
_private *
cs42l73
= snd_soc_component_get_drvdata(component);
cs42l73_probe()
local
1278
struct
cs42l73
_private *
cs42l73
;
cs42l73_i2c_probe()
local
[all...]
H
A
D
Makefile
86
snd-soc-
cs42l73
-objs :=
cs42l73
.o
472
obj-$(CONFIG_SND_SOC_CS42L73) += snd-soc-
cs42l73
.o
Completed in 7 milliseconds