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:hdmi_phy_cfg
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/
H
A
D
hdmi.h
144
struct
hdmi_phy_cfg
{
struct
154
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8x60_cfg;
155
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8960_cfg;
156
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8x74_cfg;
157
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8996_cfg;
162
struct
hdmi_phy_cfg
*cfg;
H
A
D
hdmi_phy.c
12
struct
hdmi_phy_cfg
*cfg = phy->cfg;
in msm_hdmi_phy_resource_init()
63
struct
hdmi_phy_cfg
*cfg = phy->cfg;
in msm_hdmi_phy_resource_enable()
88
struct
hdmi_phy_cfg
*cfg = phy->cfg;
in msm_hdmi_phy_resource_disable()
152
phy->cfg = (struct
hdmi_phy_cfg
*)of_device_get_match_data(dev);
in msm_hdmi_phy_probe()
H
A
D
hdmi_phy_8x74.c
36
const struct
hdmi_phy_cfg
msm_hdmi_phy_8x74_cfg = {
H
A
D
hdmi_phy_8960.c
43
const struct
hdmi_phy_cfg
msm_hdmi_phy_8960_cfg = {
H
A
D
hdmi_phy_8x60.c
125
const struct
hdmi_phy_cfg
msm_hdmi_phy_8x60_cfg = {
H
A
D
hdmi_phy_8996.c
757
const struct
hdmi_phy_cfg
msm_hdmi_phy_8996_cfg = {
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/hdmi/
H
A
D
hdmi.h
143
struct
hdmi_phy_cfg
{
struct
153
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8x60_cfg;
154
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8960_cfg;
155
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8x74_cfg;
156
extern const struct
hdmi_phy_cfg
msm_hdmi_phy_8996_cfg;
161
struct
hdmi_phy_cfg
*cfg;
H
A
D
hdmi_phy.c
13
struct
hdmi_phy_cfg
*cfg = phy->cfg;
in msm_hdmi_phy_resource_init()
57
struct
hdmi_phy_cfg
*cfg = phy->cfg;
in msm_hdmi_phy_resource_enable()
81
struct
hdmi_phy_cfg
*cfg = phy->cfg;
in msm_hdmi_phy_resource_disable()
144
phy->cfg = (struct
hdmi_phy_cfg
*)of_device_get_match_data(dev);
in msm_hdmi_phy_probe()
H
A
D
hdmi_phy_8x74.c
36
const struct
hdmi_phy_cfg
msm_hdmi_phy_8x74_cfg = {
H
A
D
hdmi_phy_8960.c
43
const struct
hdmi_phy_cfg
msm_hdmi_phy_8960_cfg = {
H
A
D
hdmi_phy_8x60.c
133
const struct
hdmi_phy_cfg
msm_hdmi_phy_8x60_cfg = {
H
A
D
hdmi_phy_8996.c
759
const struct
hdmi_phy_cfg
msm_hdmi_phy_8996_cfg = {
Completed in 6 milliseconds