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:kbd_bl
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
ideapad-laptop.c
144
bool
kbd_bl
: 1;
member
154
}
kbd_bl
;
member
1325
if (ideapad_kbd_bl_check_tristate(priv->
kbd_bl
.type)) {
in ideapad_kbd_bl_brightness_get()
1327
FIELD_PREP(KBD_BL_COMMAND_TYPE, priv->
kbd_bl
.type) |
in ideapad_kbd_bl_brightness_get()
1338
if (value <= priv->
kbd_bl
.led.max_brightness)
in ideapad_kbd_bl_brightness_get()
1342
if (value == priv->
kbd_bl
.led.max_brightness + 1)
in ideapad_kbd_bl_brightness_get()
1360
struct ideapad_private *priv = container_of(led_cdev, struct ideapad_private,
kbd_bl
.led);
in ideapad_kbd_bl_led_cdev_brightness_get()
1369
int type = priv->
kbd_bl
.type;
in ideapad_kbd_bl_brightness_set()
1372
if (brightness > priv->
kbd_bl
.led.max_brightness)
in ideapad_kbd_bl_brightness_set()
1386
priv->
kbd_bl
in ideapad_kbd_bl_brightness_set()
[all...]
H
A
D
msi-ec.c
109
.
kbd_bl
= {
189
.
kbd_bl
= {
267
.
kbd_bl
= {
345
.
kbd_bl
= {
422
.
kbd_bl
= {
501
.
kbd_bl
= {
580
.
kbd_bl
= {
660
.
kbd_bl
= {
H
A
D
msi-ec.h
119
struct msi_ec_kbd_bl_conf
kbd_bl
;
member
Completed in 7 milliseconds