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:hp_out
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.c
181
struct auto_out_pin
hp_out
[ARRAY_SIZE(cfg->hp_pins)];
in snd_hda_parse_pin_defcfg()
local
191
memset(
hp_out
, 0, sizeof(
hp_out
));
in snd_hda_parse_pin_defcfg()
274
hp_out
[cfg->hp_outs].pin = nid;
in snd_hda_parse_pin_defcfg()
275
hp_out
[cfg->hp_outs].seq = (assoc << 4) | seq;
in snd_hda_parse_pin_defcfg()
356
if ((
hp_out
[i].seq & 0x0f) == 0x0f) {
in snd_hda_parse_pin_defcfg()
361
line_out[cfg->line_outs++] =
hp_out
[i];
in snd_hda_parse_pin_defcfg()
363
memmove(
hp_out
+ i,
hp_out
+ i + 1,
in snd_hda_parse_pin_defcfg()
364
sizeof(
hp_out
[
in snd_hda_parse_pin_defcfg()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.c
177
struct auto_out_pin
hp_out
[ARRAY_SIZE(cfg->hp_pins)];
in snd_hda_parse_pin_defcfg()
local
187
memset(
hp_out
, 0, sizeof(
hp_out
));
in snd_hda_parse_pin_defcfg()
270
hp_out
[cfg->hp_outs].pin = nid;
in snd_hda_parse_pin_defcfg()
271
hp_out
[cfg->hp_outs].seq = (assoc << 4) | seq;
in snd_hda_parse_pin_defcfg()
352
if ((
hp_out
[i].seq & 0x0f) == 0x0f) {
in snd_hda_parse_pin_defcfg()
357
line_out[cfg->line_outs++] =
hp_out
[i];
in snd_hda_parse_pin_defcfg()
359
memmove(
hp_out
+ i,
hp_out
+ i + 1,
in snd_hda_parse_pin_defcfg()
360
sizeof(
hp_out
[
in snd_hda_parse_pin_defcfg()
[all...]
Completed in 2 milliseconds