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:gpe_xrupt_block
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
evgpeblk.c
45
struct acpi_gpe_xrupt_info *
gpe_xrupt_block
;
in acpi_ev_install_gpe_block()
local
57
acpi_ev_get_gpe_xrupt_block(interrupt_number, &
gpe_xrupt_block
);
in acpi_ev_install_gpe_block()
65
if (
gpe_xrupt_block
->gpe_block_list_head) {
in acpi_ev_install_gpe_block()
66
next_gpe_block =
gpe_xrupt_block
->gpe_block_list_head;
in acpi_ev_install_gpe_block()
74
gpe_xrupt_block
->gpe_block_list_head = gpe_block;
in acpi_ev_install_gpe_block()
77
gpe_block->xrupt_block =
gpe_xrupt_block
;
in acpi_ev_install_gpe_block()
H
A
D
evgpeutil.c
119
*
gpe_xrupt_block
- Where the block is returned
132
struct acpi_gpe_xrupt_info **
gpe_xrupt_block
)
in acpi_ev_get_gpe_xrupt_block()
146
*
gpe_xrupt_block
= next_gpe_xrupt;
in acpi_ev_get_gpe_xrupt_block()
193
*
gpe_xrupt_block
= gpe_xrupt;
in acpi_ev_get_gpe_xrupt_block()
131
acpi_ev_get_
gpe_xrupt_block
(u32 interrupt_number, struct acpi_gpe_xrupt_info **
gpe_xrupt_block
)
acpi_ev_get_gpe_xrupt_block()
argument
H
A
D
acevents.h
141
struct acpi_gpe_xrupt_info **
gpe_xrupt_block
);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
evgpeblk.c
45
struct acpi_gpe_xrupt_info *
gpe_xrupt_block
;
in acpi_ev_install_gpe_block()
local
57
acpi_ev_get_gpe_xrupt_block(interrupt_number, &
gpe_xrupt_block
);
in acpi_ev_install_gpe_block()
65
if (
gpe_xrupt_block
->gpe_block_list_head) {
in acpi_ev_install_gpe_block()
66
next_gpe_block =
gpe_xrupt_block
->gpe_block_list_head;
in acpi_ev_install_gpe_block()
74
gpe_xrupt_block
->gpe_block_list_head = gpe_block;
in acpi_ev_install_gpe_block()
77
gpe_block->xrupt_block =
gpe_xrupt_block
;
in acpi_ev_install_gpe_block()
H
A
D
evgpeutil.c
119
*
gpe_xrupt_block
- Where the block is returned
132
struct acpi_gpe_xrupt_info **
gpe_xrupt_block
)
in acpi_ev_get_gpe_xrupt_block()
146
*
gpe_xrupt_block
= next_gpe_xrupt;
in acpi_ev_get_gpe_xrupt_block()
193
*
gpe_xrupt_block
= gpe_xrupt;
in acpi_ev_get_gpe_xrupt_block()
131
acpi_ev_get_
gpe_xrupt_block
(u32 interrupt_number, struct acpi_gpe_xrupt_info **
gpe_xrupt_block
)
acpi_ev_get_gpe_xrupt_block()
argument
H
A
D
acevents.h
141
struct acpi_gpe_xrupt_info **
gpe_xrupt_block
);
Completed in 3 milliseconds