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:codec_probe_mask
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_controller.h
131
int
codec_probe_mask
; /* copied from probe_mask option */
member
H
A
D
hda_intel.c
1670
chip->
codec_probe_mask
= probe_mask[dev];
in check_probe_mask()
1671
if (chip->
codec_probe_mask
== -1) {
in check_probe_mask()
1677
chip->
codec_probe_mask
= q->value;
in check_probe_mask()
1682
if (chip->
codec_probe_mask
!= -1 &&
in check_probe_mask()
1683
(chip->
codec_probe_mask
& AZX_FORCE_CODEC_MASK)) {
in check_probe_mask()
1684
azx_bus(chip)->codec_mask = chip->
codec_probe_mask
& 0xff;
in check_probe_mask()
H
A
D
hda_tegra.c
408
chip->
codec_probe_mask
= -1;
in hda_tegra_create()
H
A
D
hda_controller.c
1252
if ((bus->codec_mask & (1 << c)) & chip->
codec_probe_mask
) {
in azx_probe_codecs()
1275
if ((bus->codec_mask & (1 << c)) & chip->
codec_probe_mask
) {
in azx_probe_codecs()
H
A
D
hda_loongson.c
551
azx_bus(chip)->codec_mask = chip->
codec_probe_mask
= 0xf;
in azx_create()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_controller.h
125
int
codec_probe_mask
; /* copied from probe_mask option */
member
H
A
D
hda_intel.c
1627
chip->
codec_probe_mask
= probe_mask[dev];
in check_probe_mask()
1628
if (chip->
codec_probe_mask
== -1) {
in check_probe_mask()
1634
chip->
codec_probe_mask
= q->value;
in check_probe_mask()
1639
if (chip->
codec_probe_mask
!= -1 &&
in check_probe_mask()
1640
(chip->
codec_probe_mask
& AZX_FORCE_CODEC_MASK)) {
in check_probe_mask()
1641
azx_bus(chip)->codec_mask = chip->
codec_probe_mask
& 0xff;
in check_probe_mask()
H
A
D
hda_tegra.c
427
chip->
codec_probe_mask
= -1;
in hda_tegra_create()
H
A
D
hda_controller.c
1204
if ((bus->codec_mask & (1 << c)) & chip->
codec_probe_mask
) {
in azx_probe_codecs()
1227
if ((bus->codec_mask & (1 << c)) & chip->
codec_probe_mask
) {
in azx_probe_codecs()
Completed in 15 milliseconds