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:vsync
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_modes.c
157
int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin,
vsync
;
in drm_cvt_mode()
local
221
vsync
= 0x4;
in drm_cvt_mode()
223
vsync
= 0x5;
in drm_cvt_mode()
225
vsync
= 0x6;
in drm_cvt_mode()
227
vsync
= 0x7;
in drm_cvt_mode()
229
vsync
= 0x7;
in drm_cvt_mode()
231
vsync
= 0xa;
in drm_cvt_mode()
253
if (tmp1 < (
vsync
+ CVT_MIN_V_PORCH)) {
in drm_cvt_mode()
254
vsyncandback_porch =
vsync
+ CVT_MIN_V_PORCH;
in drm_cvt_mode()
259
vback_porch = vsyncandback_porch -
vsync
;
in drm_cvt_mode()
[all...]
H
A
D
drm_edid.c
73
/* use +hsync +
vsync
for detailed mode */
2616
/* it is incorrect if hsync/
vsync
width is zero */
in drm_mode_detailed()
2709
int
vsync
, vmin, vmax;
in mode_in_vsync_range()
local
2719
vsync
= drm_mode_vrefresh(mode);
in mode_in_vsync_range()
2721
return (
vsync
<= vmax &&
vsync
>= vmin);
in mode_in_vsync_range()
5328
unsigned
vsync
= (timings->
vsync
[0] | (timings->
vsync
[1] & 0x7f) << 0x8) + 1;
in drm_mode_displayid_detailed()
local
5331
bool vsync_positive = (timings->
vsync
[
in drm_mode_displayid_detailed()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_dfm.h
93
hi_s32
vsync
;
member
H
A
D
drv_hdmi_frl.c
214
dfm->
vsync
= video_def->
vsync
;
in frl_dfm_construct()
H
A
D
drv_hdmi_common.h
1072
hi_u32
vsync
;
member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H
A
D
videodev2.h
1357
* @
vsync
: Vertical Sync length in lines
1377
* tot_height = height + vfrontporch +
vsync
+ vbackporch +
1392
__u32
vsync
;
member
1494
((bt)->vfrontporch + (bt)->
vsync
+ (bt)->vbackporch + (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
2312
struct v4l2_event_vsync
vsync
;
member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
videodev2.h
1357
* @
vsync
: Vertical Sync length in lines
1377
* tot_height = height + vfrontporch +
vsync
+ vbackporch +
1392
__u32
vsync
;
member
1494
((bt)->vfrontporch + (bt)->
vsync
+ (bt)->vbackporch + (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
2312
struct v4l2_event_vsync
vsync
;
member
Completed in 27 milliseconds