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:av_hw_conf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ps3/
H
A
D
ps3av.c
39
struct ps3av_pkt_av_get_hw_conf
av_hw_conf
;
member
338
num_of_av_port = ps3av->
av_hw_conf
.num_of_hdmi +
in ps3av_set_av_video_mute()
339
ps3av->
av_hw_conf
.num_of_avmulti;
in ps3av_set_av_video_mute()
354
num_of_hdmi_port = ps3av->
av_hw_conf
.num_of_hdmi;
in ps3av_set_video_disable_sig()
355
num_of_av_port = ps3av->
av_hw_conf
.num_of_hdmi +
in ps3av_set_video_disable_sig()
356
ps3av->
av_hw_conf
.num_of_avmulti;
in ps3av_set_video_disable_sig()
388
num_of_av_port = ps3av->
av_hw_conf
.num_of_hdmi +
in ps3av_set_audio_mute()
389
ps3av->
av_hw_conf
.num_of_avmulti;
in ps3av_set_audio_mute()
390
num_of_opt_port = ps3av->
av_hw_conf
.num_of_spdif;
in ps3av_set_audio_mute()
413
num_of_audio = ps3av->
av_hw_conf
in ps3av_set_audio_mode()
750
ps3av_auto_videomode(struct ps3av_pkt_av_get_hw_conf *
av_hw_conf
)
ps3av_auto_videomode()
argument
[all...]
/kernel/linux/linux-6.6/drivers/ps3/
H
A
D
ps3av.c
40
struct ps3av_pkt_av_get_hw_conf
av_hw_conf
;
member
339
num_of_av_port = ps3av->
av_hw_conf
.num_of_hdmi +
in ps3av_set_av_video_mute()
340
ps3av->
av_hw_conf
.num_of_avmulti;
in ps3av_set_av_video_mute()
355
num_of_hdmi_port = ps3av->
av_hw_conf
.num_of_hdmi;
in ps3av_set_video_disable_sig()
356
num_of_av_port = ps3av->
av_hw_conf
.num_of_hdmi +
in ps3av_set_video_disable_sig()
357
ps3av->
av_hw_conf
.num_of_avmulti;
in ps3av_set_video_disable_sig()
389
num_of_av_port = ps3av->
av_hw_conf
.num_of_hdmi +
in ps3av_set_audio_mute()
390
ps3av->
av_hw_conf
.num_of_avmulti;
in ps3av_set_audio_mute()
391
num_of_opt_port = ps3av->
av_hw_conf
.num_of_spdif;
in ps3av_set_audio_mute()
414
num_of_audio = ps3av->
av_hw_conf
in ps3av_set_audio_mode()
751
ps3av_auto_videomode(struct ps3av_pkt_av_get_hw_conf *
av_hw_conf
)
ps3av_auto_videomode()
argument
[all...]
Completed in 3 milliseconds