Searched refs:acpi_ds_method_data_get_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/acpi/acpica/ |
D | dsmthdat.c | 213 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node() function 296 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_method_data_set_value() 353 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_method_data_get_value() 450 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_method_data_delete_value() 520 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_store_object_to_local() 662 status = acpi_ds_method_data_get_node(opcode, index, walk_state, &node); in acpi_ds_method_data_get_type()
|
D | dsobject.c | 474 acpi_ds_method_data_get_node(ACPI_REFCLASS_LOCAL, in acpi_ds_init_object_from_op() 492 status = acpi_ds_method_data_get_node(ACPI_REFCLASS_ARG, in acpi_ds_init_object_from_op()
|
D | exresolv.c | 467 acpi_ds_method_data_get_node(obj_desc-> in acpi_ex_resolve_multiple()
|
D | acdispat.h | 160 acpi_ds_method_data_get_node(u8 type,
|