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:cec_notifier
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
478
struct
cec_notifier
*
cec_notifier
;
member
1739
cec_notifier_set_phys_addr_from_edid(hdmi->
cec_notifier
, edid);
in dw_hdmi_connector_get_modes()
1978
struct
cec_notifier
*notifier;
in dw_hdmi_qp_bridge_attach()
1997
hdmi->
cec_notifier
= notifier;
in dw_hdmi_qp_bridge_attach()
2008
cec_notifier_conn_unregister(hdmi->
cec_notifier
);
in dw_hdmi_qp_bridge_detach()
2009
hdmi->
cec_notifier
= NULL;
in dw_hdmi_qp_bridge_detach()
2229
cec_notifier_set_phys_addr(hdmi->
cec_notifier
, CEC_PHYS_ADDR_INVALID);
in dw_hdmi_qp_cec_set_hpd()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
273
struct
cec_notifier
*
cec_notifier
;
member
1591
cec_notifier_set_phys_addr_from_edid(hdmi->
cec_notifier
, edid);
in dw_hdmi_connector_get_modes()
1849
struct
cec_notifier
*notifier;
in dw_hdmi_qp_bridge_attach()
1868
hdmi->
cec_notifier
= notifier;
in dw_hdmi_qp_bridge_attach()
1879
cec_notifier_conn_unregister(hdmi->
cec_notifier
);
in dw_hdmi_qp_bridge_detach()
1880
hdmi->
cec_notifier
= NULL;
in dw_hdmi_qp_bridge_detach()
2116
cec_notifier_set_phys_addr(hdmi->
cec_notifier
,
in dw_hdmi_qp_cec_set_hpd()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-cec.c
64
struct
cec_notifier
*notify;
H
A
D
dw-hdmi.c
507
struct
cec_notifier
*
cec_notifier
;
member
2986
cec_notifier_set_phys_addr_from_edid(hdmi->
cec_notifier
, edid);
in dw_hdmi_connector_get_modes()
3311
struct
cec_notifier
*notifier;
in dw_hdmi_connector_create()
3351
hdmi->
cec_notifier
= notifier;
in dw_hdmi_connector_create()
3673
cec_notifier_conn_unregister(hdmi->
cec_notifier
);
in dw_hdmi_bridge_detach()
3674
hdmi->
cec_notifier
= NULL;
in dw_hdmi_bridge_detach()
3895
cec_notifier_phys_addr_invalidate(hdmi->
cec_notifier
);
in dw_hdmi_irq()
Completed in 14 milliseconds