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:read_brightness
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
samsung-laptop.c
467
static int
read_brightness
(struct samsung_laptop *samsung)
in read_brightness()
function
500
if (user_brightness ==
read_brightness
(samsung))
in set_brightness()
513
return
read_brightness
(samsung);
in get_brightness()
520
int orig_level =
read_brightness
(samsung);
in check_for_stepping_quirk()
532
initial_level =
read_brightness
(samsung);
in check_for_stepping_quirk()
542
if (
read_brightness
(samsung) != check_level) {
in check_for_stepping_quirk()
1191
samsung->backlight_device->props.brightness =
read_brightness
(samsung);
in samsung_backlight_init()
H
A
D
eeepc-laptop.c
1088
static int
read_brightness
(struct backlight_device *bd)
in read_brightness()
function
1108
.get_brightness =
read_brightness
,
1139
bd->props.brightness =
read_brightness
(bd);
in eeepc_backlight_init()
H
A
D
acer-wmi.c
1562
static int
read_brightness
(struct backlight_device *bd)
in read_brightness()
function
1579
.get_brightness =
read_brightness
,
1602
bd->props.brightness =
read_brightness
(bd);
in acer_backlight_init()
H
A
D
asus-wmi.c
3634
static int
read_brightness
(struct backlight_device *bd)
in read_brightness()
function
3696
.get_brightness =
read_brightness
,
3751
bd->props.brightness =
read_brightness
(bd);
in asus_wmi_backlight_init()
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
samsung-laptop.c
477
static int
read_brightness
(struct samsung_laptop *samsung)
in read_brightness()
function
510
if (user_brightness ==
read_brightness
(samsung))
in set_brightness()
523
return
read_brightness
(samsung);
in get_brightness()
530
int orig_level =
read_brightness
(samsung);
in check_for_stepping_quirk()
542
initial_level =
read_brightness
(samsung);
in check_for_stepping_quirk()
552
if (
read_brightness
(samsung) != check_level) {
in check_for_stepping_quirk()
1201
samsung->backlight_device->props.brightness =
read_brightness
(samsung);
in samsung_backlight_init()
H
A
D
eeepc-laptop.c
1088
static int
read_brightness
(struct backlight_device *bd)
in read_brightness()
function
1108
.get_brightness =
read_brightness
,
1139
bd->props.brightness =
read_brightness
(bd);
in eeepc_backlight_init()
H
A
D
acer-wmi.c
1492
static int
read_brightness
(struct backlight_device *bd)
in read_brightness()
function
1514
.get_brightness =
read_brightness
,
1537
bd->props.brightness =
read_brightness
(bd);
in acer_backlight_init()
H
A
D
asus-wmi.c
2022
static int
read_brightness
(struct backlight_device *bd)
in read_brightness()
function
2084
.get_brightness =
read_brightness
,
2139
bd->props.brightness =
read_brightness
(bd);
in asus_wmi_backlight_init()
Completed in 26 milliseconds