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:new_brightness
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
pcf50633-backlight.c
52
unsigned int
new_brightness
;
in pcf50633_bl_update_status()
local
57
new_brightness
= 0;
in pcf50633_bl_update_status()
59
new_brightness
= bl->props.brightness;
in pcf50633_bl_update_status()
61
new_brightness
= pcf_bl->brightness_limit;
in pcf50633_bl_update_status()
64
if (pcf_bl->brightness ==
new_brightness
)
in pcf50633_bl_update_status()
67
if (
new_brightness
) {
in pcf50633_bl_update_status()
69
new_brightness
);
in pcf50633_bl_update_status()
76
pcf_bl->brightness =
new_brightness
;
in pcf50633_bl_update_status()
H
A
D
adp8870_bl.c
123
enum led_brightness
new_brightness
;
member
200
led->
new_brightness
>> 1);
in adp8870_led_work()
209
led->
new_brightness
= value;
in adp8870_led_set()
293
led_dat->
new_brightness
= LED_OFF;
in adp8870_led_probe()
H
A
D
adp8860_bl.c
100
enum led_brightness
new_brightness
;
member
185
led->
new_brightness
>> 1);
in adp8860_led_work()
194
led->
new_brightness
= value;
in adp8860_led_set()
267
led_dat->
new_brightness
= LED_OFF;
in adp8860_led_probe()
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
pcf50633-backlight.c
52
unsigned int
new_brightness
;
in pcf50633_bl_update_status()
local
57
new_brightness
= 0;
in pcf50633_bl_update_status()
59
new_brightness
= bl->props.brightness;
in pcf50633_bl_update_status()
61
new_brightness
= pcf_bl->brightness_limit;
in pcf50633_bl_update_status()
64
if (pcf_bl->brightness ==
new_brightness
)
in pcf50633_bl_update_status()
67
if (
new_brightness
) {
in pcf50633_bl_update_status()
69
new_brightness
);
in pcf50633_bl_update_status()
76
pcf_bl->brightness =
new_brightness
;
in pcf50633_bl_update_status()
H
A
D
adp8870_bl.c
123
enum led_brightness
new_brightness
;
member
200
led->
new_brightness
>> 1);
in adp8870_led_work()
209
led->
new_brightness
= value;
in adp8870_led_set()
293
led_dat->
new_brightness
= LED_OFF;
in adp8870_led_probe()
H
A
D
adp8860_bl.c
100
enum led_brightness
new_brightness
;
member
185
led->
new_brightness
>> 1);
in adp8860_led_work()
194
led->
new_brightness
= value;
in adp8860_led_set()
267
led_dat->
new_brightness
= LED_OFF;
in adp8860_led_probe()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
hp_accel.c
40
enum led_brightness
new_brightness
;
member
51
data->set_brightness(data, data->
new_brightness
);
in delayed_set_status_worker()
59
data->
new_brightness
= brightness;
in delayed_sysfs_set()
H
A
D
eeepc-laptop.c
1210
int old_brightness,
new_brightness
;
in eeepc_acpi_notify()
local
1234
new_brightness
= event - NOTIFY_BRN_MIN;
in eeepc_acpi_notify()
1236
if (
new_brightness
< old_brightness) {
in eeepc_acpi_notify()
1238
} else if (
new_brightness
> old_brightness) {
in eeepc_acpi_notify()
/kernel/linux/linux-6.6/drivers/platform/x86/hp/
H
A
D
hp_accel.c
37
enum led_brightness
new_brightness
;
member
48
data->set_brightness(data, data->
new_brightness
);
in delayed_set_status_worker()
56
data->
new_brightness
= brightness;
in delayed_sysfs_set()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
eeepc-laptop.c
1210
int old_brightness,
new_brightness
;
in eeepc_acpi_notify()
local
1234
new_brightness
= event - NOTIFY_BRN_MIN;
in eeepc_acpi_notify()
1236
if (
new_brightness
< old_brightness) {
in eeepc_acpi_notify()
1238
} else if (
new_brightness
> old_brightness) {
in eeepc_acpi_notify()
Completed in 11 milliseconds