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_cvts
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_hdmi.c
133
int
num_cvts
;
member
328
for (cvt_idx = 0; cvt_idx < spec->
num_cvts
; cvt_idx++)
in cvt_nid_to_cvt_index()
1018
for (cvt_idx = 0; cvt_idx < spec->
num_cvts
; cvt_idx++) {
in hdmi_choose_cvt()
1037
if (cvt_idx == spec->
num_cvts
)
in hdmi_choose_cvt()
1073
for (i = 0; i < spec->
num_cvts
; i++)
in intel_cvt_id_to_mux_idx()
1147
for (cvt_idx = 0; cvt_idx < spec->
num_cvts
; cvt_idx++) {
in intel_not_share_assigned_cvt()
1349
conns = spec->
num_cvts
;
in hdmi_read_pin_conn()
1797
if (cvt_idx >= 0 && cvt_idx < spec->
num_cvts
) {
in silent_stream_disable()
1984
if (spec->
num_cvts
< ARRAY_SIZE(spec->cvt_nids))
in hdmi_add_cvt()
1985
spec->cvt_nids[spec->
num_cvts
]
in hdmi_add_cvt()
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_hdmi.c
121
int
num_cvts
;
member
315
for (cvt_idx = 0; cvt_idx < spec->
num_cvts
; cvt_idx++)
in cvt_nid_to_cvt_index()
1003
for (cvt_idx = 0; cvt_idx < spec->
num_cvts
; cvt_idx++) {
in hdmi_choose_cvt()
1022
if (cvt_idx == spec->
num_cvts
)
in hdmi_choose_cvt()
1058
for (i = 0; i < spec->
num_cvts
; i++)
in intel_cvt_id_to_mux_idx()
1132
for (cvt_idx = 0; cvt_idx < spec->
num_cvts
; cvt_idx++) {
in intel_not_share_assigned_cvt()
1344
conns = spec->
num_cvts
;
in hdmi_read_pin_conn()
1756
if (cvt_idx >= 0 && cvt_idx < spec->
num_cvts
) {
in silent_stream_disable()
1958
if (spec->
num_cvts
< ARRAY_SIZE(spec->cvt_nids))
in hdmi_add_cvt()
1959
spec->cvt_nids[spec->
num_cvts
]
in hdmi_add_cvt()
[all...]
Completed in 10 milliseconds