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:mute_led_coef
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_realtek.c
99
struct alc_coef_led
mute_led_coef
;
member
4544
alc_update_coef_led(codec, &spec->
mute_led_coef
,
in coef_mute_led_set()
4557
spec->
mute_led_coef
.idx = 0x0b;
in alc285_fixup_hp_mute_led_coefbit()
4558
spec->
mute_led_coef
.mask = 1 << 3;
in alc285_fixup_hp_mute_led_coefbit()
4559
spec->
mute_led_coef
.on = 1 << 3;
in alc285_fixup_hp_mute_led_coefbit()
4560
spec->
mute_led_coef
.off = 0;
in alc285_fixup_hp_mute_led_coefbit()
4573
spec->
mute_led_coef
.idx = 0x34;
in alc236_fixup_hp_mute_led_coefbit()
4574
spec->
mute_led_coef
.mask = 1 << 5;
in alc236_fixup_hp_mute_led_coefbit()
4575
spec->
mute_led_coef
.on = 0;
in alc236_fixup_hp_mute_led_coefbit()
4576
spec->
mute_led_coef
in alc236_fixup_hp_mute_led_coefbit()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_realtek.c
100
struct alc_coef_led
mute_led_coef
;
member
4604
alc_update_coef_led(codec, &spec->
mute_led_coef
,
in coef_mute_led_set()
4617
spec->
mute_led_coef
.idx = 0x0b;
in alc285_fixup_hp_mute_led_coefbit()
4618
spec->
mute_led_coef
.mask = 1 << 3;
in alc285_fixup_hp_mute_led_coefbit()
4619
spec->
mute_led_coef
.on = 1 << 3;
in alc285_fixup_hp_mute_led_coefbit()
4620
spec->
mute_led_coef
.off = 0;
in alc285_fixup_hp_mute_led_coefbit()
4633
spec->
mute_led_coef
.idx = 0x34;
in alc236_fixup_hp_mute_led_coefbit()
4634
spec->
mute_led_coef
.mask = 1 << 5;
in alc236_fixup_hp_mute_led_coefbit()
4635
spec->
mute_led_coef
.on = 0;
in alc236_fixup_hp_mute_led_coefbit()
4636
spec->
mute_led_coef
in alc236_fixup_hp_mute_led_coefbit()
[all...]
Completed in 18 milliseconds