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:rt1015p
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt1015p.c
3
//
rt1015p
.c -- RT1015P ALSA SoC audio amplifier driver
29
struct rt1015p_priv *
rt1015p
=
in rt1015p_daiops_trigger()
local
32
if (!
rt1015p
->sdb)
in rt1015p_daiops_trigger()
39
if (
rt1015p
->sdb_switch) {
in rt1015p_daiops_trigger()
40
gpiod_set_value(
rt1015p
->sdb, 1);
in rt1015p_daiops_trigger()
47
gpiod_set_value(
rt1015p
->sdb, 0);
in rt1015p_daiops_trigger()
60
struct rt1015p_priv *
rt1015p
=
in rt1015p_sdb_event()
local
64
rt1015p
->sdb_switch = 1;
in rt1015p_sdb_event()
66
rt1015p
->sdb_switch = 0;
in rt1015p_sdb_event()
112
struct rt1015p_priv *
rt1015p
;
in rt1015p_platform_probe()
local
[all...]
H
A
D
Makefile
163
snd-soc-
rt1015p
-objs :=
rt1015p
.o
472
obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-
rt1015p
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt1015p.c
3
//
rt1015p
.c -- RT1015P ALSA SoC audio amplifier driver
31
struct rt1015p_priv *
rt1015p
=
in rt1015p_sdb_event()
local
34
if (!
rt1015p
->sdb)
in rt1015p_sdb_event()
39
gpiod_set_value_cansleep(
rt1015p
->sdb, 1);
in rt1015p_sdb_event()
42
if (!
rt1015p
->calib_done) {
in rt1015p_sdb_event()
44
rt1015p
->calib_done = true;
in rt1015p_sdb_event()
48
gpiod_set_value_cansleep(
rt1015p
->sdb, 0);
in rt1015p_sdb_event()
73
struct rt1015p_priv *
rt1015p
= snd_soc_component_get_drvdata(component);
in rt1015p_suspend()
local
75
rt1015p
->calib_done = false;
in rt1015p_suspend()
107
struct rt1015p_priv *
rt1015p
;
in rt1015p_platform_probe()
local
[all...]
H
A
D
Makefile
208
snd-soc-
rt1015p
-objs :=
rt1015p
.o
589
obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-
rt1015p
.o
/kernel/linux/linux-6.6/sound/soc/amd/
H
A
D
acp3x-rt5682-max9836.c
291
SND_SOC_DAILINK_DEF(
rt1015p
,
491
links[1].codecs =
rt1015p
;
in card_spk_dai_link_present()
492
links[1].num_codecs = ARRAY_SIZE(
rt1015p
);
in card_spk_dai_link_present()
Completed in 11 milliseconds