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:AML_SCOPE_OP
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
psutils.c
34
scope_op = acpi_ps_alloc_op(
AML_SCOPE_OP
, aml);
in acpi_ps_create_scope_op()
126
if (opcode ==
AML_SCOPE_OP
) {
in acpi_ps_alloc_op()
H
A
D
dswload.c
146
case
AML_SCOPE_OP
:
in acpi_ds_load1_begin_op()
280
if ((walk_state->opcode !=
AML_SCOPE_OP
) &&
in acpi_ds_load1_begin_op()
H
A
D
pstree.c
253
case
AML_SCOPE_OP
:
in acpi_ps_get_child()
H
A
D
nssearch.c
382
(walk_state && walk_state->opcode ==
AML_SCOPE_OP
)) {
in acpi_ns_search_and_enter()
H
A
D
dswload2.c
127
case
AML_SCOPE_OP
:
in acpi_ds_load2_begin_op()
396
if (op->common.aml_opcode ==
AML_SCOPE_OP
) {
in acpi_ds_load2_end_op()
H
A
D
dbxface.c
171
AML_SCOPE_OP
)
in acpi_db_get_display_op()
H
A
D
amlcode.h
26
#define
AML_SCOPE_OP
(u16) 0x10
macro
H
A
D
dsutils.c
168
(op->common.parent->common.aml_opcode ==
AML_SCOPE_OP
)) {
in acpi_ds_is_result_used()
H
A
D
dswexec.c
279
if (op->common.aml_opcode !=
AML_SCOPE_OP
) {
in acpi_ds_exec_begin_op()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
psutils.c
34
scope_op = acpi_ps_alloc_op(
AML_SCOPE_OP
, aml);
in acpi_ps_create_scope_op()
126
if (opcode ==
AML_SCOPE_OP
) {
in acpi_ps_alloc_op()
H
A
D
dswload.c
146
case
AML_SCOPE_OP
:
in acpi_ds_load1_begin_op()
280
if ((walk_state->opcode !=
AML_SCOPE_OP
) &&
in acpi_ds_load1_begin_op()
H
A
D
pstree.c
253
case
AML_SCOPE_OP
:
in acpi_ps_get_child()
H
A
D
nssearch.c
382
(walk_state && walk_state->opcode ==
AML_SCOPE_OP
)) {
in acpi_ns_search_and_enter()
H
A
D
dswload2.c
127
case
AML_SCOPE_OP
:
in acpi_ds_load2_begin_op()
396
if (op->common.aml_opcode ==
AML_SCOPE_OP
) {
in acpi_ds_load2_end_op()
H
A
D
dbxface.c
171
AML_SCOPE_OP
)
in acpi_db_get_display_op()
H
A
D
dsutils.c
168
(op->common.parent->common.aml_opcode ==
AML_SCOPE_OP
)) {
in acpi_ds_is_result_used()
H
A
D
dswexec.c
279
if (op->common.aml_opcode !=
AML_SCOPE_OP
) {
in acpi_ds_exec_begin_op()
H
A
D
amlcode.h
26
#define
AML_SCOPE_OP
(u16) 0x10
macro
Completed in 11 milliseconds