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:y_bottom
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi.c
114
u16
y_bottom
;
member
284
limit.
y_bottom
= 0x10;
in mtk_dpi_config_channel_limit()
289
limit.
y_bottom
= 0;
in mtk_dpi_config_channel_limit()
295
mtk_dpi_mask(dpi, DPI_Y_LIMIT, limit.
y_bottom
<< Y_LIMINT_BOT,
in mtk_dpi_config_channel_limit()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
acornfb.c
593
u_int
y_bottom
= var->yoffset;
in acornfb_pan_display()
local
596
y_bottom
+= info->var.yres;
in acornfb_pan_display()
598
if (
y_bottom
> info->var.yres_virtual)
in acornfb_pan_display()
H
A
D
mx3fb.c
1137
u32
y_bottom
;
in mx3fb_pan_display()
local
1158
y_bottom
= var->yoffset;
in mx3fb_pan_display()
1161
y_bottom
+= fbi->var.yres;
in mx3fb_pan_display()
1163
if (
y_bottom
> fbi->var.yres_virtual)
in mx3fb_pan_display()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi.c
107
u16
y_bottom
;
member
229
mtk_dpi_mask(dpi, DPI_Y_LIMIT, limit->
y_bottom
<< Y_LIMINT_BOT,
in mtk_dpi_config_channel_limit()
437
limit.
y_bottom
= 0x0010;
in mtk_dpi_set_display_mode()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
acornfb.c
593
u_int
y_bottom
= var->yoffset;
in acornfb_pan_display()
local
596
y_bottom
+= info->var.yres;
in acornfb_pan_display()
598
if (
y_bottom
> info->var.yres_virtual)
in acornfb_pan_display()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/linux/
H
A
D
atomisp.h
326
int
y_bottom
;
member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
atomisp_cmd.c
6382
sel.r.height = arg->
y_bottom
- arg->y_top + 1;
in atomisp_s_ae_window()
Completed in 17 milliseconds