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:max_contrast
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-picolcd_lcd.c
73
ldev->props.
max_contrast
= 0x0ff;
in picolcd_init_lcd()
/kernel/linux/linux-5.10/include/linux/
H
A
D
lcd.h
37
int
max_contrast
;
member
46
/* Get the current contrast setting (0-
max_contrast
) */
/kernel/linux/linux-6.6/include/linux/
H
A
D
lcd.h
37
int
max_contrast
;
member
46
/* Get the current contrast setting (0-
max_contrast
) */
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-picolcd_lcd.c
73
ldev->props.
max_contrast
= 0x0ff;
in picolcd_init_lcd()
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
lcd.c
158
return sprintf(buf, "%d\n", ld->props.
max_contrast
);
in max_contrast_show()
160
static DEVICE_ATTR_RO(
max_contrast
);
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
lcd.c
158
return sprintf(buf, "%d\n", ld->props.
max_contrast
);
in max_contrast_show()
160
static DEVICE_ATTR_RO(
max_contrast
);
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H
A
D
lcd_ams_delta.c
158
lcd_device->props.
max_contrast
= AMS_DELTA_MAX_CONTRAST;
in ams_delta_panel_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H
A
D
lcd_ams_delta.c
154
lcd_device->props.
max_contrast
= AMS_DELTA_MAX_CONTRAST;
in ams_delta_panel_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
imxfb.c
1044
lcd->props.
max_contrast
= 0xff;
in imxfb_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
imxfb.c
1047
lcd->props.
max_contrast
= 0xff;
in imxfb_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo.c
186
u32 cur_contrast,
max_contrast
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo.c
188
u32 cur_contrast,
max_contrast
;
member
Completed in 12 milliseconds