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:lcd_height
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
panel.c
430
static int
lcd_height
= NOT_SET;
variable
431
module_param(
lcd_height
, int, 0000);
432
MODULE_PARM_DESC(
lcd_height
, "Number of lines on the LCD");
907
charlcd->height =
lcd_height
;
in lcd_init()
973
if (
lcd_height
!= NOT_SET)
in lcd_init()
974
charlcd->height =
lcd_height
;
in lcd_init()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
panel.c
429
static int
lcd_height
= NOT_SET;
variable
430
module_param(
lcd_height
, int, 0000);
431
MODULE_PARM_DESC(
lcd_height
, "Number of lines on the LCD");
851
charlcd->height =
lcd_height
;
in lcd_init()
917
if (
lcd_height
!= NOT_SET)
in lcd_init()
918
charlcd->height =
lcd_height
;
in lcd_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
atyfb.h
166
u16
lcd_height
;
member
H
A
D
atyfb_base.c
915
((xres > par->lcd_width) || (yres > par->
lcd_height
))) {
in aty_var_to_crtc()
953
if (yres < par->
lcd_height
) {
in aty_var_to_crtc()
954
VScan = par->
lcd_height
/ yres;
in aty_var_to_crtc()
1124
if (vdisplay < par->
lcd_height
&& crtc->lcd_gen_cntl & LCD_ON) {
in aty_var_to_crtc()
1126
(((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->
lcd_height
) & VERT_STRETCH_RATIO0));
in aty_var_to_crtc()
3192
height = par->
lcd_height
= *(u16 *)(par->lcd_table+27);
in aty_init_lcd()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
atyfb.h
168
u16
lcd_height
;
member
H
A
D
atyfb_base.c
925
((xres > par->lcd_width) || (yres > par->
lcd_height
))) {
in aty_var_to_crtc()
963
if (yres < par->
lcd_height
) {
in aty_var_to_crtc()
964
VScan = par->
lcd_height
/ yres;
in aty_var_to_crtc()
1134
if (vdisplay < par->
lcd_height
&& crtc->lcd_gen_cntl & LCD_ON) {
in aty_var_to_crtc()
1136
(((vdisplay * (VERT_STRETCH_RATIO0 + 1)) / par->
lcd_height
) & VERT_STRETCH_RATIO0));
in aty_var_to_crtc()
3192
height = par->
lcd_height
= *(u16 *)(par->lcd_table+27);
in aty_init_lcd()
Completed in 17 milliseconds