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:brightness_level
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
fujitsu-laptop.c
121
unsigned int
brightness_level
;
member
203
priv->
brightness_level
= level;
in set_lcd_level()
220
priv->
brightness_level
= state & 0x0fffffff;
in get_lcd_level()
222
return priv->
brightness_level
;
in get_lcd_level()
368
.brightness = priv->
brightness_level
,
in fujitsu_backlight_register()
430
oldb = priv->
brightness_level
;
in acpi_fujitsu_bl_notify()
432
newb = priv->
brightness_level
;
in acpi_fujitsu_bl_notify()
H
A
D
thinkpad_acpi.c
1960
u8
brightness_level
;
member
2422
n->
brightness_level
= (d & TP_NVRAM_MASK_LEVEL_BRIGHTNESS)
in hotkey_read_nvram()
2542
if (oldn->
brightness_level
!= newn->
brightness_level
) {
in hotkey_compare_and_issue_event()
2543
issue_brightnesschange(oldn->
brightness_level
,
in hotkey_compare_and_issue_event()
2544
newn->
brightness_level
, event_mask);
in hotkey_compare_and_issue_event()
2547
if (newn->
brightness_level
== 0)
in hotkey_compare_and_issue_event()
2549
else if (newn->
brightness_level
>= bright_maxlvl
in hotkey_compare_and_issue_event()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
fujitsu-laptop.c
121
unsigned int
brightness_level
;
member
203
priv->
brightness_level
= level;
in set_lcd_level()
220
priv->
brightness_level
= state & 0x0fffffff;
in get_lcd_level()
222
return priv->
brightness_level
;
in get_lcd_level()
368
.brightness = priv->
brightness_level
,
in fujitsu_backlight_register()
430
oldb = priv->
brightness_level
;
in acpi_fujitsu_bl_notify()
432
newb = priv->
brightness_level
;
in acpi_fujitsu_bl_notify()
H
A
D
thinkpad_acpi.c
1836
u8
brightness_level
;
member
2296
n->
brightness_level
= (d & TP_NVRAM_MASK_LEVEL_BRIGHTNESS)
in hotkey_read_nvram()
2416
if (oldn->
brightness_level
!= newn->
brightness_level
) {
in hotkey_compare_and_issue_event()
2417
issue_brightnesschange(oldn->
brightness_level
,
in hotkey_compare_and_issue_event()
2418
newn->
brightness_level
, event_mask);
in hotkey_compare_and_issue_event()
2421
if (newn->
brightness_level
== 0)
in hotkey_compare_and_issue_event()
2423
else if (newn->
brightness_level
>= bright_maxlvl
in hotkey_compare_and_issue_event()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_vbt_defs.h
901
offsetof(struct bdb_lfp_backlight_data,
brightness_level
)
910
struct lfp_brightness_level
brightness_level
[16]; /* 234+ */
member
H
A
D
intel_bios.c
1063
level = backlight_data->
brightness_level
[panel_type].level;
in parse_lfp_backlight()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-is-param.h
788
u32
brightness_level
;
member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-is-param.h
788
u32
brightness_level
;
member
Completed in 48 milliseconds