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_ep
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-dapm.c
308
if (w->
is_ep
) {
in dapm_mark_endpoints_dirty()
310
if (w->
is_ep
& SND_SOC_DAPM_EP_SINK)
in dapm_mark_endpoints_dirty()
312
if (w->
is_ep
& SND_SOC_DAPM_EP_SOURCE)
in dapm_mark_endpoints_dirty()
1219
if ((widget->
is_ep
& SND_SOC_DAPM_DIR_TO_EP(dir)) && widget->connected) {
in is_connected_ep()
2778
w->
is_ep
= ep;
in dapm_update_widget_flags()
3679
w->
is_ep
= SND_SOC_DAPM_EP_SOURCE;
in snd_soc_dapm_new_control_unlocked()
3684
w->
is_ep
= SND_SOC_DAPM_EP_SOURCE;
in snd_soc_dapm_new_control_unlocked()
3689
w->
is_ep
= SND_SOC_DAPM_EP_SINK;
in snd_soc_dapm_new_control_unlocked()
3694
w->
is_ep
= SND_SOC_DAPM_EP_SINK;
in snd_soc_dapm_new_control_unlocked()
3699
w->
is_ep
in snd_soc_dapm_new_control_unlocked()
[all...]
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-dapm.c
308
if (w->
is_ep
) {
in dapm_mark_endpoints_dirty()
310
if (w->
is_ep
& SND_SOC_DAPM_EP_SINK)
in dapm_mark_endpoints_dirty()
312
if (w->
is_ep
& SND_SOC_DAPM_EP_SOURCE)
in dapm_mark_endpoints_dirty()
1213
if ((widget->
is_ep
& SND_SOC_DAPM_DIR_TO_EP(dir)) && widget->connected) {
in is_connected_ep()
2800
w->
is_ep
= ep;
in dapm_update_widget_flags()
3685
w->
is_ep
= SND_SOC_DAPM_EP_SOURCE;
in snd_soc_dapm_new_control_unlocked()
3690
w->
is_ep
= SND_SOC_DAPM_EP_SOURCE;
in snd_soc_dapm_new_control_unlocked()
3695
w->
is_ep
= SND_SOC_DAPM_EP_SINK;
in snd_soc_dapm_new_control_unlocked()
3700
w->
is_ep
= SND_SOC_DAPM_EP_SINK;
in snd_soc_dapm_new_control_unlocked()
3705
w->
is_ep
in snd_soc_dapm_new_control_unlocked()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
soc-dapm.h
643
unsigned char
is_ep
:2; /* Widget is a endpoint type widget */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soc-dapm.h
653
unsigned char
is_ep
:2; /* Widget is a endpoint type widget */
member
Completed in 13 milliseconds