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:out_mono
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
madera-pdata.h
39
* @
out_mono
: For each output set the value to TRUE to indicate that
53
bool
out_mono
[MADERA_MAX_OUTPUT];
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
madera-pdata.h
39
* @
out_mono
: For each output set the value to TRUE to indicate that
53
bool
out_mono
[MADERA_MAX_OUTPUT];
member
/kernel/linux/linux-5.10/include/linux/mfd/arizona/
H
A
D
pdata.h
173
int
out_mono
[ARIZONA_MAX_OUTPUT];
member
/kernel/linux/linux-6.6/include/linux/mfd/arizona/
H
A
D
pdata.h
173
int
out_mono
[ARIZONA_MAX_OUTPUT];
member
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
madera.c
430
u32
out_mono
[ARRAY_SIZE(pdata->
out_mono
)];
in madera_prop_get_pdata()
local
436
out_mono
, ARRAY_SIZE(
out_mono
), 1);
in madera_prop_get_pdata()
439
pdata->
out_mono
[i] = !!
out_mono
[i];
in madera_prop_get_pdata()
551
bool
out_mono
;
in madera_out1_demux_put()
local
587
if (!ep_sel && !madera->pdata.codec.
out_mono
[0])
in madera_out1_demux_put()
588
out_mono
= false; /* stereo HP */
in madera_out1_demux_put()
590
out_mono
in madera_out1_demux_put()
[all...]
H
A
D
arizona.c
247
if (arizona->pdata.
out_mono
[i])
in arizona_init_mono()
303
if (pdata->
out_mono
[i])
in arizona_init_common()
2815
if (count == ARRAY_SIZE(pdata->
out_mono
))
in arizona_of_get_audio_pdata()
2818
pdata->
out_mono
[count] = !!val;
in arizona_of_get_audio_pdata()
H
A
D
cs47l92.c
64
bool
out_mono
;
in cs47l92_put_demux()
local
99
out_mono
= madera->pdata.codec.
out_mono
[2 + mux];
in cs47l92_put_demux()
101
ret = madera_set_output_mode(component, 3,
out_mono
);
in cs47l92_put_demux()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
madera.c
430
u32
out_mono
[ARRAY_SIZE(pdata->
out_mono
)];
in madera_prop_get_pdata()
local
436
out_mono
, ARRAY_SIZE(
out_mono
), 1);
in madera_prop_get_pdata()
439
pdata->
out_mono
[i] = !!
out_mono
[i];
in madera_prop_get_pdata()
551
bool
out_mono
;
in madera_out1_demux_put()
local
587
if (!ep_sel && !madera->pdata.codec.
out_mono
[0])
in madera_out1_demux_put()
588
out_mono
= false; /* stereo HP */
in madera_out1_demux_put()
590
out_mono
in madera_out1_demux_put()
[all...]
H
A
D
arizona.c
247
if (arizona->pdata.
out_mono
[i])
in arizona_init_mono()
303
if (pdata->
out_mono
[i])
in arizona_init_common()
2816
if (count == ARRAY_SIZE(pdata->
out_mono
))
in arizona_of_get_audio_pdata()
2819
pdata->
out_mono
[count] = !!val;
in arizona_of_get_audio_pdata()
H
A
D
cs47l92.c
64
bool
out_mono
;
in cs47l92_put_demux()
local
99
out_mono
= madera->pdata.codec.
out_mono
[2 + mux];
in cs47l92_put_demux()
101
ret = madera_set_output_mode(component, 3,
out_mono
);
in cs47l92_put_demux()
Completed in 18 milliseconds