Home
last modified time | relevance | path

Searched refs:ddb_handle (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexconfig.c24 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 Dacinterp.h237 acpi_status acpi_ex_unload_table(union acpi_operand_object *ddb_handle);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dexconfig.c24 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 Dacinterp.h237 acpi_status acpi_ex_unload_table(union acpi_operand_object *ddb_handle);

Completed in 2 milliseconds