Searched refs:acpi_ds_method_data_get_node (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/acpi/acpica/ |
D | dsmthdat.c | 248 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node() function 330 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_method_data_set_value() 387 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_method_data_get_value() 485 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_method_data_delete_value() 555 status = acpi_ds_method_data_get_node(type, index, walk_state, &node); in acpi_ds_store_object_to_local() 695 status = acpi_ds_method_data_get_node(opcode, index, walk_state, &node); in acpi_ds_method_data_get_type()
|
D | dsobject.c | 770 acpi_ds_method_data_get_node(ACPI_REFCLASS_LOCAL, in acpi_ds_init_object_from_op() 789 status = acpi_ds_method_data_get_node(ACPI_REFCLASS_ARG, in acpi_ds_init_object_from_op()
|
D | exresolv.c | 481 acpi_ds_method_data_get_node(obj_desc-> in acpi_ex_resolve_multiple()
|
D | acdispat.h | 193 acpi_ds_method_data_get_node(u8 type,
|