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:ddb_handle
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H
A
D
exconfig.c
24
acpi_ex_add_table(u32 table_index, union acpi_operand_object **
ddb_handle
);
36
*
ddb_handle
- Where to return the table handle.
46
acpi_ex_add_table(u32 table_index, union acpi_operand_object **
ddb_handle
)
in acpi_ex_add_table()
argument
64
*
ddb_handle
= obj_desc;
in acpi_ex_add_table()
90
union acpi_operand_object *
ddb_handle
;
in acpi_ex_load_table_op()
local
109
ddb_handle
= acpi_ut_create_integer_object((u64) 0);
in acpi_ex_load_table_op()
110
if (!
ddb_handle
) {
in acpi_ex_load_table_op()
114
*return_desc =
ddb_handle
;
in acpi_ex_load_table_op()
172
status = acpi_ex_add_table(table_index, &
ddb_handle
);
in acpi_ex_load_table_op()
194
(void)acpi_ex_unload_table(
ddb_handle
);
in acpi_ex_load_table_op()
272
union acpi_operand_object *
ddb_handle
;
acpi_ex_load_op()
local
475
acpi_ex_unload_table(union acpi_operand_object *
ddb_handle
)
acpi_ex_unload_table()
argument
[all...]
H
A
D
acinterp.h
237
acpi_status acpi_ex_unload_table(union acpi_operand_object *
ddb_handle
);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H
A
D
exconfig.c
24
acpi_ex_add_table(u32 table_index, union acpi_operand_object **
ddb_handle
);
36
*
ddb_handle
- Where to return the table handle.
46
acpi_ex_add_table(u32 table_index, union acpi_operand_object **
ddb_handle
)
in acpi_ex_add_table()
argument
64
*
ddb_handle
= obj_desc;
in acpi_ex_add_table()
91
union acpi_operand_object *
ddb_handle
;
in acpi_ex_load_table_op()
local
176
status = acpi_ex_add_table(table_index, &
ddb_handle
);
in acpi_ex_load_table_op()
198
(void)acpi_ex_unload_table(
ddb_handle
);
in acpi_ex_load_table_op()
200
acpi_ut_remove_reference(
ddb_handle
);
in acpi_ex_load_table_op()
205
/* Remove the reference to
ddb_handle
created by acpi_ex_add_table above */
in acpi_ex_load_table_op()
207
acpi_ut_remove_reference(
ddb_handle
);
in acpi_ex_load_table_op()
282
union acpi_operand_object *
ddb_handle
;
acpi_ex_load_op()
local
488
acpi_ex_unload_table(union acpi_operand_object *
ddb_handle
)
acpi_ex_unload_table()
argument
[all...]
H
A
D
acinterp.h
237
acpi_status acpi_ex_unload_table(union acpi_operand_object *
ddb_handle
);
Completed in 2 milliseconds