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:yDim
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sstfb.c
356
int vBackPorch = var->left_margin,
yDim
= var->yres;
in sstfb_check_var()
local
372
yDim
<<=1;
in sstfb_check_var()
387
if (var->xres <= 1 ||
yDim
<= 0 || var->hsync_len <= 1 ||
in sstfb_check_var()
397
if (var->xres > POW2(11) ||
yDim
>= POW2(11)) {
in sstfb_check_var()
438
if (real_length *
yDim
> info->fix.smem_len) {
in sstfb_check_var()
487
par->
yDim
= info->var.yres;
in sstfb_set_par()
499
par->
yDim
<<=1;
in sstfb_set_par()
533
sst_write(VIDEODIMENSIONS, par->
yDim
<< 16 | (info->var.xres - 1));
in sstfb_set_par()
646
info->var.xres - 1, par->
yDim
- 1);
in sstfb_set_par()
649
sst_write(CLIP_LOWY_HIGHY, par->
yDim
);
in sstfb_set_par()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sstfb.c
357
int vBackPorch = var->left_margin,
yDim
= var->yres;
in sstfb_check_var()
local
373
yDim
<<=1;
in sstfb_check_var()
388
if (var->xres <= 1 ||
yDim
<= 0 || var->hsync_len <= 1 ||
in sstfb_check_var()
398
if (var->xres > POW2(11) ||
yDim
>= POW2(11)) {
in sstfb_check_var()
439
if (real_length *
yDim
> info->fix.smem_len) {
in sstfb_check_var()
488
par->
yDim
= info->var.yres;
in sstfb_set_par()
500
par->
yDim
<<=1;
in sstfb_set_par()
534
sst_write(VIDEODIMENSIONS, par->
yDim
<< 16 | (info->var.xres - 1));
in sstfb_set_par()
647
info->var.xres - 1, par->
yDim
- 1);
in sstfb_set_par()
650
sst_write(CLIP_LOWY_HIGHY, par->
yDim
);
in sstfb_set_par()
[all...]
/kernel/linux/linux-5.10/include/video/
H
A
D
sstfb.h
339
unsigned int
yDim
;
member
/kernel/linux/linux-6.6/include/video/
H
A
D
sstfb.h
339
unsigned int
yDim
;
member
Completed in 5 milliseconds