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:is_supply
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-dapm.c
224
if (p->
is_supply
|| p->weak || !p->connect)
in dapm_widget_invalidate_paths()
286
if (p->weak || p->
is_supply
)
in dapm_path_invalidate()
1172
if (path->weak || path->
is_supply
)
in invalidate_paths_ep()
1227
if (path->weak || path->
is_supply
)
in is_connected_ep()
1898
if (!w->
is_supply
) {
in dapm_widget_set_power()
2119
if (w->
is_supply
) {
in dapm_widget_power_read_file()
2836
if (wsink->
is_supply
&& !wsource->
is_supply
) {
in snd_soc_dapm_add_path()
2843
if (connected && !wsource->
is_supply
) {
in snd_soc_dapm_add_path()
2850
if (wsource->
is_supply
in snd_soc_dapm_add_path()
[all...]
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-dapm.c
224
if (p->
is_supply
|| p->weak || !p->connect)
in dapm_widget_invalidate_paths()
286
if (p->weak || p->
is_supply
)
in dapm_path_invalidate()
1166
if (path->weak || path->
is_supply
)
in invalidate_paths_ep()
1221
if (path->weak || path->
is_supply
)
in is_connected_ep()
1911
if (!w->
is_supply
)
in dapm_power_one_widget()
2108
if (w->
is_supply
) {
in dapm_widget_power_read_file()
2857
if (wsink->
is_supply
&& !wsource->
is_supply
) {
in snd_soc_dapm_add_path()
2864
if (connected && !wsource->
is_supply
) {
in snd_soc_dapm_add_path()
2871
if (wsource->
is_supply
in snd_soc_dapm_add_path()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
soc-dapm.h
606
u32
is_supply
:1; /* At least one of the connected widgets is a supply */
member
642
unsigned char
is_supply
:1; /* Widget is a supply type widget */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soc-dapm.h
616
u32
is_supply
:1; /* At least one of the connected widgets is a supply */
member
652
unsigned char
is_supply
:1; /* Widget is a supply type widget */
member
Completed in 12 milliseconds