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:active_pixels
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcvt.c
56
u32
active_pixels
;
member
109
u32
active_pixels
= cvt->
active_pixels
;
in fb_cvt_hblank()
local
112
hblank = (
active_pixels
* 20000)/
in fb_cvt_hblank()
115
hblank = (
active_pixels
* ideal_duty_cycle)/
in fb_cvt_hblank()
349
cvt.
active_pixels
= cvt.xres + 2 * cvt.h_margin;
in fb_find_mode_cvt()
354
cvt.htotal = cvt.
active_pixels
+ cvt.hblank;
in fb_find_mode_cvt()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcvt.c
56
u32
active_pixels
;
member
109
u32
active_pixels
= cvt->
active_pixels
;
in fb_cvt_hblank()
local
112
hblank = (
active_pixels
* 20000)/
in fb_cvt_hblank()
115
hblank = (
active_pixels
* ideal_duty_cycle)/
in fb_cvt_hblank()
349
cvt.
active_pixels
= cvt.xres + 2 * cvt.h_margin;
in fb_find_mode_cvt()
354
cvt.htotal = cvt.
active_pixels
+ cvt.hblank;
in fb_find_mode_cvt()
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_awg_utils.h
25
u32
active_pixels
;
member
H
A
D
sti_awg_utils.c
143
val = timing->
active_pixels
- 1;
in awg_generate_line_signal()
H
A
D
sti_dvo.c
127
timing.
active_pixels
= mode->hdisplay;
in dvo_awg_generate_code()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_awg_utils.h
25
u32
active_pixels
;
member
H
A
D
sti_awg_utils.c
143
val = timing->
active_pixels
- 1;
in awg_generate_line_signal()
H
A
D
sti_dvo.c
127
timing.
active_pixels
= mode->hdisplay;
in dvo_awg_generate_code()
/kernel/linux/linux-5.10/include/media/davinci/
H
A
D
vpfe_capture.h
41
int
active_pixels
;
member
/kernel/linux/linux-5.10/drivers/media/platform/am437x/
H
A
D
am437x-vpfe.h
58
int
active_pixels
;
member
H
A
D
am437x-vpfe.c
965
vpfe->std_info.
active_pixels
=
in vpfe_config_image_format()
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/
H
A
D
am437x-vpfe.h
58
int
active_pixels
;
member
H
A
D
am437x-vpfe.c
965
vpfe->std_info.
active_pixels
=
in vpfe_config_image_format()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H
A
D
vpfe_capture.c
308
vpfe_dev->std_info.
active_pixels
=
in vpfe_config_image_format()
326
vpfe_dev->crop.width = vpfe_dev->std_info.
active_pixels
;
in vpfe_config_image_format()
812
max_width = vpfe_dev->std_info.
active_pixels
;
in vpfe_check_format()
1595
vpfe_dev->std_info.
active_pixels
) ||
in vpfe_s_selection()
Completed in 16 milliseconds