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:tx_port_value
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wcd9335.c
345
unsigned int
tx_port_value
;
member
1331
ucontrol->value.integer.value[0] = wcd->
tx_port_value
;
in slim_tx_mixer_get()
1354
if (enable && !(wcd->
tx_port_value
& BIT(port_id))) {
in slim_tx_mixer_put()
1355
wcd->
tx_port_value
|= BIT(port_id);
in slim_tx_mixer_put()
1358
} else if (!enable && (wcd->
tx_port_value
& BIT(port_id))) {
in slim_tx_mixer_put()
1359
wcd->
tx_port_value
&= ~BIT(port_id);
in slim_tx_mixer_put()
H
A
D
wcd934x.c
534
u32
tx_port_value
[WCD934X_TX_MAX];
member
3041
ucontrol->value.integer.value[0] = wcd->
tx_port_value
[port_id];
in slim_tx_mixer_get()
3060
if (enable == wcd->
tx_port_value
[port_id])
in slim_tx_mixer_put()
3085
wcd->
tx_port_value
[port_id] = enable;
in slim_tx_mixer_put()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wcd9335.c
336
unsigned int
tx_port_value
[WCD9335_TX_MAX];
member
1334
ucontrol->value.integer.value[0] = wcd->
tx_port_value
[port_id] == dai_id;
in slim_tx_mixer_get()
1357
if (enable && wcd->
tx_port_value
[port_id] != dai_id) {
in slim_tx_mixer_put()
1358
wcd->
tx_port_value
[port_id] = dai_id;
in slim_tx_mixer_put()
1361
} else if (!enable && wcd->
tx_port_value
[port_id] == dai_id) {
in slim_tx_mixer_put()
1362
wcd->
tx_port_value
[port_id] = -1;
in slim_tx_mixer_put()
H
A
D
wcd934x.c
557
u32
tx_port_value
[WCD934X_TX_MAX];
member
3837
ucontrol->value.integer.value[0] = wcd->
tx_port_value
[port_id];
in slim_tx_mixer_get()
3856
if (enable == wcd->
tx_port_value
[port_id])
in slim_tx_mixer_put()
3881
wcd->
tx_port_value
[port_id] = enable;
in slim_tx_mixer_put()
Completed in 26 milliseconds