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:pro_volumes
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/ice1712/
H
A
D
ice1712.c
1244
unsigned int vol = ice->
pro_volumes
[index];
in snd_ice1712_update_volume()
1263
!((ice->
pro_volumes
[priv_idx] >> 15) & 1);
in snd_ice1712_pro_mixer_switch_get()
1265
!((ice->
pro_volumes
[priv_idx] >> 31) & 1);
in snd_ice1712_pro_mixer_switch_get()
1280
nval |= ice->
pro_volumes
[priv_idx] & ~0x80008000;
in snd_ice1712_pro_mixer_switch_put()
1281
change = nval != ice->
pro_volumes
[priv_idx];
in snd_ice1712_pro_mixer_switch_put()
1282
ice->
pro_volumes
[priv_idx] = nval;
in snd_ice1712_pro_mixer_switch_put()
1305
(ice->
pro_volumes
[priv_idx] >> 0) & 127;
in snd_ice1712_pro_mixer_volume_get()
1307
(ice->
pro_volumes
[priv_idx] >> 16) & 127;
in snd_ice1712_pro_mixer_volume_get()
1322
nval |= ice->
pro_volumes
[priv_idx] & ~0x007f007f;
in snd_ice1712_pro_mixer_volume_put()
1323
change = nval != ice->
pro_volumes
[priv_id
in snd_ice1712_pro_mixer_volume_put()
[all...]
H
A
D
ice1712.h
321
unsigned int
pro_volumes
[20];
member
/kernel/linux/linux-5.10/sound/pci/ice1712/
H
A
D
ice1712.c
1250
unsigned int vol = ice->
pro_volumes
[index];
in snd_ice1712_update_volume()
1269
!((ice->
pro_volumes
[priv_idx] >> 15) & 1);
in snd_ice1712_pro_mixer_switch_get()
1271
!((ice->
pro_volumes
[priv_idx] >> 31) & 1);
in snd_ice1712_pro_mixer_switch_get()
1286
nval |= ice->
pro_volumes
[priv_idx] & ~0x80008000;
in snd_ice1712_pro_mixer_switch_put()
1287
change = nval != ice->
pro_volumes
[priv_idx];
in snd_ice1712_pro_mixer_switch_put()
1288
ice->
pro_volumes
[priv_idx] = nval;
in snd_ice1712_pro_mixer_switch_put()
1311
(ice->
pro_volumes
[priv_idx] >> 0) & 127;
in snd_ice1712_pro_mixer_volume_get()
1313
(ice->
pro_volumes
[priv_idx] >> 16) & 127;
in snd_ice1712_pro_mixer_volume_get()
1328
nval |= ice->
pro_volumes
[priv_idx] & ~0x007f007f;
in snd_ice1712_pro_mixer_volume_put()
1329
change = nval != ice->
pro_volumes
[priv_id
in snd_ice1712_pro_mixer_volume_put()
[all...]
H
A
D
ice1712.h
321
unsigned int
pro_volumes
[20];
member
Completed in 9 milliseconds