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:helper_private
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
114
const struct drm_connector_helper_funcs *funcs = connector->
helper_private
;
in handle_conflicting_encoders()
334
funcs = connector->
helper_private
;
in update_connector_routing()
417
funcs = encoder->
helper_private
;
in mode_fixup()
453
funcs = crtc->
helper_private
;
in mode_fixup()
637
const struct drm_connector_helper_funcs *funcs = connector->
helper_private
;
in drm_atomic_helper_check_modeset()
703
const struct drm_connector_helper_funcs *funcs = connector->
helper_private
;
in drm_atomic_helper_check_modeset()
871
funcs = plane->
helper_private
;
in drm_atomic_helper_check_planes()
892
funcs = crtc->
helper_private
;
in drm_atomic_helper_check_planes()
973
funcs = encoder->
helper_private
;
in disable_outputs()
1014
funcs = crtc->
helper_private
;
in disable_outputs()
[all...]
H
A
D
drm_vblank.c
824
crtc->
helper_private
->get_scanout_position);
in drm_crtc_vblank_helper_get_vblank_timestamp()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.c
443
connector->
helper_private
;
in rockchip_drm_fill_connector_modes()
600
funcs = connector->
helper_private
;
in setup_initial_state()
779
connector_helper_funcs = connector->
helper_private
;
in update_state()
788
encoder_helper_funcs = encoder->
helper_private
;
in update_state()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_mode_config.h
346
* @
helper_private
: mid-layer private data
954
const struct drm_mode_config_helper_funcs *
helper_private
;
member
H
A
D
drm_crtc.h
1067
/** @
helper_private
: mid-layer private data */
1068
const struct drm_crtc_helper_funcs *
helper_private
;
member
H
A
D
drm_connector.h
1409
/** @
helper_private
: mid-layer private data */
1410
const struct drm_connector_helper_funcs *
helper_private
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_fb.c
271
dev->mode_config.
helper_private
= &rockchip_mode_config_helpers;
in rockchip_drm_mode_config_init()
H
A
D
rockchip_drm_logo.c
472
const struct drm_connector_helper_funcs *connector_funcs = connector->
helper_private
;
in rockchip_drm_fill_connector_modes()
631
funcs = connector->
helper_private
;
in setup_initial_state()
815
connector_helper_funcs = connector->
helper_private
;
in update_state()
827
encoder_helper_funcs = encoder->
helper_private
;
in update_state()
H
A
D
dw_hdmi-rockchip.c
1508
funcs = connector->
helper_private
;
in dw_hdmi_rockchip_mode_valid()
Completed in 18 milliseconds