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:toshiba_acpi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
toshiba_acpi.c
3
*
toshiba_acpi
.c - Toshiba Laptop ACPI Extras
226
static struct toshiba_acpi_dev *
toshiba_acpi
;
variable
1913
toshiba_acpi
->kbd_mode = mode;
in kbd_backlight_mode_store()
2492
if (sysfs_update_group(&
toshiba_acpi
->acpi_dev->dev.kobj,
in toshiba_acpi_kbd_bl_work()
2497
if (
toshiba_acpi
->kbd_type == 2 &&
in toshiba_acpi_kbd_bl_work()
2498
toshiba_acpi
->kbd_mode != SCI_KBD_MODE_AUTO)
in toshiba_acpi_kbd_bl_work()
2499
led_classdev_notify_brightness_hw_changed(&
toshiba_acpi
->kbd_led,
in toshiba_acpi_kbd_bl_work()
2500
(
toshiba_acpi
->kbd_mode == SCI_KBD_MODE_ON) ?
in toshiba_acpi_kbd_bl_work()
2504
acpi_bus_generate_netlink_event(
toshiba_acpi
->acpi_dev->pnp.device_class,
in toshiba_acpi_kbd_bl_work()
2505
dev_name(&
toshiba_acpi
in toshiba_acpi_kbd_bl_work()
[all...]
H
A
D
Makefile
97
#
toshiba_acpi
must link after wmi to ensure that wmi devices are found
98
# before
toshiba_acpi
initializes
99
obj-$(CONFIG_ACPI_TOSHIBA) +=
toshiba_acpi
.o
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
toshiba_acpi.c
3
*
toshiba_acpi
.c - Toshiba Laptop ACPI Extras
211
static struct toshiba_acpi_dev *
toshiba_acpi
;
variable
1817
toshiba_acpi
->kbd_mode = mode;
in kbd_backlight_mode_store()
2396
if (sysfs_update_group(&
toshiba_acpi
->acpi_dev->dev.kobj,
in toshiba_acpi_kbd_bl_work()
2401
if (
toshiba_acpi
->kbd_type == 2 &&
in toshiba_acpi_kbd_bl_work()
2402
toshiba_acpi
->kbd_mode != SCI_KBD_MODE_AUTO)
in toshiba_acpi_kbd_bl_work()
2403
led_classdev_notify_brightness_hw_changed(&
toshiba_acpi
->kbd_led,
in toshiba_acpi_kbd_bl_work()
2404
(
toshiba_acpi
->kbd_mode == SCI_KBD_MODE_ON) ?
in toshiba_acpi_kbd_bl_work()
2408
acpi_bus_generate_netlink_event(
toshiba_acpi
->acpi_dev->pnp.device_class,
in toshiba_acpi_kbd_bl_work()
2409
dev_name(&
toshiba_acpi
in toshiba_acpi_kbd_bl_work()
[all...]
H
A
D
Makefile
110
#
toshiba_acpi
must link after wmi to ensure that wmi devices are found
111
# before
toshiba_acpi
initializes
112
obj-$(CONFIG_ACPI_TOSHIBA) +=
toshiba_acpi
.o
Completed in 8 milliseconds