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:left_gain
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/sparc/
H
A
D
dbri.c
297
int
left_gain
; /* mixer elements */
member
1395
int
left_gain
= info->
left_gain
& 0x3f;
in cs4215_setdata()
local
1400
dbri->mm.data[0] |= (DBRI_MAX_VOLUME -
left_gain
);
in cs4215_setdata()
1405
left_gain
= info->
left_gain
& 0xf;
in cs4215_setdata()
1407
dbri->mm.data[2] |= CS4215_LG(
left_gain
);
in cs4215_setdata()
2276
ucontrol->value.integer.value[0] = info->
left_gain
;
in snd_cs4215_get_volume()
2300
if (info->
left_gain
!= vol[0]) {
in snd_cs4215_put_volume()
2301
info->
left_gain
in snd_cs4215_put_volume()
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H
A
D
dbri.c
296
int
left_gain
; /* mixer elements */
member
1394
int
left_gain
= info->
left_gain
& 0x3f;
in cs4215_setdata()
local
1399
dbri->mm.data[0] |= (DBRI_MAX_VOLUME -
left_gain
);
in cs4215_setdata()
1404
left_gain
= info->
left_gain
& 0xf;
in cs4215_setdata()
1406
dbri->mm.data[2] |= CS4215_LG(
left_gain
);
in cs4215_setdata()
2276
ucontrol->value.integer.value[0] = info->
left_gain
;
in snd_cs4215_get_volume()
2300
if (info->
left_gain
!= vol[0]) {
in snd_cs4215_put_volume()
2301
info->
left_gain
in snd_cs4215_put_volume()
[all...]
/kernel/linux/linux-5.10/sound/pci/ymfpci/
H
A
D
ymfpci.h
196
__le32
left_gain
;
member
H
A
D
ymfpci_main.c
553
bank->
left_gain
=
in snd_ymfpci_pcm_init_voice()
/kernel/linux/linux-6.6/sound/pci/ymfpci/
H
A
D
ymfpci.h
196
__le32
left_gain
;
member
H
A
D
ymfpci_main.c
548
bank->
left_gain
=
in snd_ymfpci_pcm_init_voice()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-steam.c
299
u8
left_gain
, u8 right_gain)
in steam_haptic_rumble()
309
report[9] =
left_gain
;
in steam_haptic_rumble()
297
steam_haptic_rumble(struct steam_device *steam, u16 intensity, u16 left_speed, u16 right_speed, u8
left_gain
, u8 right_gain)
steam_haptic_rumble()
argument
Completed in 21 milliseconds