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:acpi_button_dir
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
button.c
177
static struct proc_dir_entry *
acpi_button_dir
;
variable
296
if (
acpi_button_dir
|| acpi_lid_dir) {
in acpi_button_add_fs()
302
acpi_button_dir
= proc_mkdir(ACPI_BUTTON_CLASS, acpi_root_dir);
in acpi_button_add_fs()
303
if (!
acpi_button_dir
)
in acpi_button_add_fs()
307
acpi_lid_dir = proc_mkdir(ACPI_BUTTON_SUBCLASS_LID,
acpi_button_dir
);
in acpi_button_add_fs()
337
remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID,
acpi_button_dir
);
in acpi_button_add_fs()
341
acpi_button_dir
= NULL;
in acpi_button_add_fs()
357
remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID,
acpi_button_dir
);
in acpi_button_remove_fs()
360
acpi_button_dir
= NULL;
in acpi_button_remove_fs()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
button.c
178
static struct proc_dir_entry *
acpi_button_dir
;
variable
297
if (
acpi_button_dir
|| acpi_lid_dir) {
in acpi_button_add_fs()
303
acpi_button_dir
= proc_mkdir(ACPI_BUTTON_CLASS, acpi_root_dir);
in acpi_button_add_fs()
304
if (!
acpi_button_dir
)
in acpi_button_add_fs()
308
acpi_lid_dir = proc_mkdir(ACPI_BUTTON_SUBCLASS_LID,
acpi_button_dir
);
in acpi_button_add_fs()
338
remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID,
acpi_button_dir
);
in acpi_button_add_fs()
342
acpi_button_dir
= NULL;
in acpi_button_add_fs()
358
remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID,
acpi_button_dir
);
in acpi_button_remove_fs()
361
acpi_button_dir
= NULL;
in acpi_button_remove_fs()
Completed in 2 milliseconds