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:has_ac97_1
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/oxygen/
H
A
D
oxygen_lib.c
218
if (chip->
has_ac97_1
) {
in oxygen_proc_read()
372
chip->
has_ac97_1
= (i & OXYGEN_AC97_CODEC_1) != 0;
in oxygen_init()
493
if (chip->has_ac97_0 | chip->
has_ac97_1
)
in oxygen_init()
501
if (!(chip->has_ac97_0 | chip->
has_ac97_1
))
in oxygen_init()
537
if (chip->
has_ac97_1
) {
in oxygen_init()
700
if (chip->has_ac97_0 | chip->
has_ac97_1
)
in oxygen_pci_probe()
792
if (chip->
has_ac97_1
)
in oxygen_pci_resume()
H
A
D
oxygen_pcm.c
128
if (channel == PCM_B && chip->
has_ac97_1
&&
in oxygen_open()
386
is_ac97 = chip->
has_ac97_1
&&
in oxygen_rec_b_hw_params()
735
if (chip->
has_ac97_1
) {
in oxygen_pcm_init()
H
A
D
oxygen.h
136
u8
has_ac97_1
;
member
H
A
D
oxygen_mixer.c
1120
if (chip->
has_ac97_1
) {
in oxygen_mixer_init()
/kernel/linux/linux-6.6/sound/pci/oxygen/
H
A
D
oxygen_lib.c
218
if (chip->
has_ac97_1
) {
in oxygen_proc_read()
372
chip->
has_ac97_1
= (i & OXYGEN_AC97_CODEC_1) != 0;
in oxygen_init()
493
if (chip->has_ac97_0 | chip->
has_ac97_1
)
in oxygen_init()
501
if (!(chip->has_ac97_0 | chip->
has_ac97_1
))
in oxygen_init()
537
if (chip->
has_ac97_1
) {
in oxygen_init()
692
if (chip->has_ac97_0 | chip->
has_ac97_1
)
in __oxygen_pci_probe()
780
if (chip->
has_ac97_1
)
in oxygen_pci_resume()
H
A
D
oxygen_pcm.c
128
if (channel == PCM_B && chip->
has_ac97_1
&&
in oxygen_open()
386
is_ac97 = chip->
has_ac97_1
&&
in oxygen_rec_b_hw_params()
735
if (chip->
has_ac97_1
) {
in oxygen_pcm_init()
H
A
D
oxygen.h
136
u8
has_ac97_1
;
member
H
A
D
oxygen_mixer.c
1120
if (chip->
has_ac97_1
) {
in oxygen_mixer_init()
Completed in 9 milliseconds