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:eimage
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/cs423x/
H
A
D
cs4236_lib.c
215
chip->
eimage
[reg] = snd_cs4236_ext_in(chip, CS4236_I23VAL(reg));
in snd_cs4236_suspend()
241
snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->
eimage
[reg]);
in snd_cs4236_resume()
415
ucontrol->value.integer.value[0] = (chip->
eimage
[CS4236_REG(reg)] >> shift) & mask;
in snd_cs4236_get_single()
438
val = (chip->
eimage
[CS4236_REG(reg)] & ~(mask << shift)) | val;
in snd_cs4236_put_single()
439
change = val != chip->
eimage
[CS4236_REG(reg)];
in snd_cs4236_put_single()
530
ucontrol->value.integer.value[0] = (chip->
eimage
[CS4236_REG(left_reg)] >> shift_left) & mask;
in snd_cs4236_get_double()
531
ucontrol->value.integer.value[1] = (chip->
eimage
[CS4236_REG(right_reg)] >> shift_right) & mask;
in snd_cs4236_get_double()
563
val1 = (chip->
eimage
[CS4236_REG(left_reg)] & ~(mask << shift_left)) | val1;
in snd_cs4236_put_double()
564
val2 = (chip->
eimage
[CS4236_REG(right_reg)] & ~(mask << shift_right)) | val2;
in snd_cs4236_put_double()
565
change = val1 != chip->
eimage
[CS4236_RE
in snd_cs4236_put_double()
[all...]
/kernel/linux/linux-6.6/sound/isa/cs423x/
H
A
D
cs4236_lib.c
215
chip->
eimage
[reg] = snd_cs4236_ext_in(chip, CS4236_I23VAL(reg));
in snd_cs4236_suspend()
241
snd_cs4236_ext_out(chip, CS4236_I23VAL(reg), chip->
eimage
[reg]);
in snd_cs4236_resume()
413
ucontrol->value.integer.value[0] = (chip->
eimage
[CS4236_REG(reg)] >> shift) & mask;
in snd_cs4236_get_single()
436
val = (chip->
eimage
[CS4236_REG(reg)] & ~(mask << shift)) | val;
in snd_cs4236_put_single()
437
change = val != chip->
eimage
[CS4236_REG(reg)];
in snd_cs4236_put_single()
528
ucontrol->value.integer.value[0] = (chip->
eimage
[CS4236_REG(left_reg)] >> shift_left) & mask;
in snd_cs4236_get_double()
529
ucontrol->value.integer.value[1] = (chip->
eimage
[CS4236_REG(right_reg)] >> shift_right) & mask;
in snd_cs4236_get_double()
561
val1 = (chip->
eimage
[CS4236_REG(left_reg)] & ~(mask << shift_left)) | val1;
in snd_cs4236_put_double()
562
val2 = (chip->
eimage
[CS4236_REG(right_reg)] & ~(mask << shift_right)) | val2;
in snd_cs4236_put_double()
563
change = val1 != chip->
eimage
[CS4236_RE
in snd_cs4236_put_double()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
wss.h
88
unsigned char
eimage
[32]; /* extended registers image */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
wss.h
88
unsigned char
eimage
[32]; /* extended registers image */
member
/kernel/linux/linux-5.10/sound/isa/wss/
H
A
D
wss_lib.c
223
chip->
eimage
[CS4236_REG(reg)] = val;
in snd_cs4236_ext_out()
/kernel/linux/linux-6.6/sound/isa/wss/
H
A
D
wss_lib.c
223
chip->
eimage
[CS4236_REG(reg)] = val;
in snd_cs4236_ext_out()
Completed in 10 milliseconds