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:num_nids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_hdmi.c
132
*
num_nids
is the number of real pins
133
* In the above example,
num_nids
is 3
135
int
num_nids
;
member
1372
* platforms (with maximum of '
num_nids
+ dev_num - 1')
in hdmi_find_pcm_slot()
1381
* per_pin of m!=0 prefers to get pcm=(
num_nids
+ (m - 1)).
in hdmi_find_pcm_slot()
1388
i = spec->
num_nids
+ (per_pin->dev_id - 1);
in hdmi_find_pcm_slot()
1393
/* have a second try; check the area over
num_nids
*/
in hdmi_find_pcm_slot()
1394
for (i = spec->
num_nids
; i < spec->pcm_used; i++) {
in hdmi_find_pcm_slot()
1915
per_pin->pin_nid_idx = spec->
num_nids
;
in hdmi_add_pin()
1924
spec->
num_nids
in hdmi_add_pin()
[all...]
H
A
D
patch_realtek.c
2074
const hda_nid_t *nids, int
num_nids
)
in alc889_fixup_mac_pins()
2079
for (i = 0; i <
num_nids
; i++) {
in alc889_fixup_mac_pins()
2073
alc889_fixup_mac_pins(struct hda_codec *codec, const hda_nid_t *nids, int
num_nids
)
alc889_fixup_mac_pins()
argument
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_hdmi.c
144
*
num_nids
is the number of real pins
145
* In the above example,
num_nids
is 3
147
int
num_nids
;
member
1939
per_pin->pin_nid_idx = spec->
num_nids
;
in hdmi_add_pin()
1950
spec->
num_nids
++;
in hdmi_add_pin()
H
A
D
patch_realtek.c
2060
const hda_nid_t *nids, int
num_nids
)
in alc889_fixup_mac_pins()
2065
for (i = 0; i <
num_nids
; i++) {
in alc889_fixup_mac_pins()
2059
alc889_fixup_mac_pins(struct hda_codec *codec, const hda_nid_t *nids, int
num_nids
)
alc889_fixup_mac_pins()
argument
Completed in 40 milliseconds