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:eof_lines
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H
A
D
meson_venc.c
978
unsigned int
eof_lines
;
in meson_venc_hdmi_mode_set()
local
1008
eof_lines
= mode->vsync_start - mode->vdisplay;
in meson_venc_hdmi_mode_set()
1010
eof_lines
/= 2;
in meson_venc_hdmi_mode_set()
1202
if (((de_v_end_odd - 1) +
eof_lines
+ vs_adjust) >= lines_f1) {
in meson_venc_hdmi_mode_set()
1204
+
eof_lines
in meson_venc_hdmi_mode_set()
1221
+
eof_lines
in meson_venc_hdmi_mode_set()
1253
if (((de_v_end_even - 1) + (
eof_lines
+ 1)) >= lines_f0) {
in meson_venc_hdmi_mode_set()
1255
+ (
eof_lines
+ 1)
in meson_venc_hdmi_mode_set()
1275
+ (
eof_lines
+ 1);
in meson_venc_hdmi_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H
A
D
meson_venc.c
980
unsigned int
eof_lines
;
in meson_venc_hdmi_mode_set()
local
1010
eof_lines
= mode->vsync_start - mode->vdisplay;
in meson_venc_hdmi_mode_set()
1012
eof_lines
/= 2;
in meson_venc_hdmi_mode_set()
1204
if (((de_v_end_odd - 1) +
eof_lines
+ vs_adjust) >= lines_f1) {
in meson_venc_hdmi_mode_set()
1206
+
eof_lines
in meson_venc_hdmi_mode_set()
1223
+
eof_lines
in meson_venc_hdmi_mode_set()
1255
if (((de_v_end_even - 1) + (
eof_lines
+ 1)) >= lines_f0) {
in meson_venc_hdmi_mode_set()
1257
+ (
eof_lines
+ 1)
in meson_venc_hdmi_mode_set()
1277
+ (
eof_lines
+ 1);
in meson_venc_hdmi_mode_set()
Completed in 5 milliseconds