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:dw_hdmi_unbind
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/bridge/
H
A
D
dw_hdmi.h
161
void
dw_hdmi_unbind
(struct dw_hdmi *hdmi);
/kernel/linux/linux-6.6/include/drm/bridge/
H
A
D
dw_hdmi.h
170
void
dw_hdmi_unbind
(struct dw_hdmi *hdmi);
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H
A
D
dw_hdmi-imx.c
231
* If dw_hdmi_bind() fails we'll never call
dw_hdmi_unbind
(),
in dw_hdmi_imx_bind()
247
dw_hdmi_unbind
(hdmi->hdmi);
in dw_hdmi_imx_unbind()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun8i_dw_hdmi.c
194
* If dw_hdmi_bind() fails we'll never call
dw_hdmi_unbind
(),
in sun8i_dw_hdmi_bind()
221
dw_hdmi_unbind
(hdmi->hdmi);
in sun8i_dw_hdmi_unbind()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun8i_dw_hdmi.c
235
* If dw_hdmi_bind() fails we'll never call
dw_hdmi_unbind
(),
in sun8i_dw_hdmi_bind()
266
dw_hdmi_unbind
(hdmi->hdmi);
in sun8i_dw_hdmi_unbind()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H
A
D
dw_hdmi-rockchip.c
555
* If dw_hdmi_bind() fails we'll never call
dw_hdmi_unbind
(),
in dw_hdmi_rockchip_bind()
572
dw_hdmi_unbind
(hdmi->hdmi);
in dw_hdmi_rockchip_unbind()
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H
A
D
meson_dw_hdmi.c
815
dw_hdmi_unbind
(meson_dw_hdmi->hdmi);
in meson_dw_hdmi_unbind()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H
A
D
dw_hdmi-rockchip.c
643
* If dw_hdmi_bind() fails we'll never call
dw_hdmi_unbind
(),
in dw_hdmi_rockchip_bind()
669
dw_hdmi_unbind
(hdmi->hdmi);
in dw_hdmi_rockchip_unbind()
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H
A
D
meson_dw_hdmi.c
1134
dw_hdmi_unbind
(meson_dw_hdmi->hdmi);
in meson_dw_hdmi_unbind()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
3515
void
dw_hdmi_unbind
(struct dw_hdmi *hdmi)
in dw_hdmi_unbind()
function
3519
EXPORT_SYMBOL_GPL(
dw_hdmi_unbind
);
variable
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
3682
void
dw_hdmi_unbind
(struct dw_hdmi *hdmi)
in dw_hdmi_unbind()
function
3686
EXPORT_SYMBOL_GPL(
dw_hdmi_unbind
);
variable
Completed in 17 milliseconds