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:badness_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_generic.h
75
struct
badness_table
{
struct
84
extern const struct
badness_table
hda_main_out_badness;
85
extern const struct
badness_table
hda_extra_out_badness;
257
const struct
badness_table
*main_out_badness;
258
const struct
badness_table
*extra_out_badness;
H
A
D
patch_via.c
494
static const struct
badness_table
via_main_out_badness = {
502
static const struct
badness_table
via_extra_out_badness = {
H
A
D
hda_generic.c
1321
const struct
badness_table
hda_main_out_badness = {
1331
const struct
badness_table
hda_extra_out_badness = {
1366
const struct
badness_table
*bad)
in try_assign_dacs()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_generic.h
78
struct
badness_table
{
struct
87
extern const struct
badness_table
hda_main_out_badness;
88
extern const struct
badness_table
hda_extra_out_badness;
252
const struct
badness_table
*main_out_badness;
253
const struct
badness_table
*extra_out_badness;
H
A
D
patch_via.c
492
static const struct
badness_table
via_main_out_badness = {
500
static const struct
badness_table
via_extra_out_badness = {
H
A
D
hda_generic.c
1327
const struct
badness_table
hda_main_out_badness = {
1337
const struct
badness_table
hda_extra_out_badness = {
1372
const struct
badness_table
*bad)
in try_assign_dacs()
Completed in 22 milliseconds