Searched refs:acpi_ds_method_data_get_node (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/acpi/dispatcher/ |
D | dsmthdat.c | 236 acpi_ds_method_data_get_node ( in acpi_ds_method_data_get_node() function 321 status = acpi_ds_method_data_get_node (opcode, index, walk_state, &node); in acpi_ds_method_data_set_value() 370 status = acpi_ds_method_data_get_node (opcode, index, walk_state, &node); in acpi_ds_method_data_get_type() 432 status = acpi_ds_method_data_get_node (opcode, index, walk_state, &node); in acpi_ds_method_data_get_value() 514 status = acpi_ds_method_data_get_node (opcode, index, walk_state, &node); in acpi_ds_method_data_delete_value() 586 status = acpi_ds_method_data_get_node (opcode, index, walk_state, &node); in acpi_ds_store_object_to_local()
|
D | dsobject.c | 573 status = acpi_ds_method_data_get_node (AML_LOCAL_OP, obj_desc->reference.offset, in acpi_ds_init_object_from_op() 587 status = acpi_ds_method_data_get_node (AML_ARG_OP, obj_desc->reference.offset, in acpi_ds_init_object_from_op()
|
/linux-2.4.37.9/include/acpi/ |
D | acdispat.h | 277 acpi_ds_method_data_get_node (
|