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:aci_product
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/opti9xx/
H
A
D
miro.c
670
if ((aci->
aci_product
== 'A') && wss) {
in snd_set_aci_init_values()
732
if ((miro->aci->
aci_product
== 'A') ||
in snd_miro_mixer()
733
(miro->aci->
aci_product
== 'B')) {
in snd_miro_mixer()
741
if ((miro->aci->
aci_product
== 'B') ||
in snd_miro_mixer()
742
(miro->aci->
aci_product
== 'C')) {
in snd_miro_mixer()
751
if (miro->aci->
aci_product
== 'C') {
in snd_miro_mixer()
893
(aci->
aci_product
== 'A')) {
in snd_miro_proc_read()
908
(aci->
aci_product
== 'B')) {
in snd_miro_proc_read()
926
(aci->
aci_product
== 'C')) {
in snd_miro_proc_read()
961
switch (aci->
aci_product
) {
in snd_miro_proc_read()
[all...]
/kernel/linux/linux-6.6/sound/isa/opti9xx/
H
A
D
miro.c
667
if ((aci->
aci_product
== 'A') && wss) {
in snd_set_aci_init_values()
730
if ((miro->aci->
aci_product
== 'A') ||
in snd_miro_mixer()
731
(miro->aci->
aci_product
== 'B')) {
in snd_miro_mixer()
741
if ((miro->aci->
aci_product
== 'B') ||
in snd_miro_mixer()
742
(miro->aci->
aci_product
== 'C')) {
in snd_miro_mixer()
754
if (miro->aci->
aci_product
== 'C') {
in snd_miro_mixer()
898
(aci->
aci_product
== 'A')) {
in snd_miro_proc_read()
913
(aci->
aci_product
== 'B')) {
in snd_miro_proc_read()
931
(aci->
aci_product
== 'C')) {
in snd_miro_proc_read()
966
switch (aci->
aci_product
) {
in snd_miro_proc_read()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
aci.h
77
int
aci_product
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
aci.h
77
int
aci_product
;
member
Completed in 5 milliseconds