Searched refs:acpi_db_read_from_object (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbtest.c | 36 acpi_db_read_from_object(struct acpi_namespace_node *node, 442 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type() 466 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2); in acpi_db_test_integer_type() 487 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3); in acpi_db_test_integer_type() 554 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp1); in acpi_db_test_buffer_type() 592 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2); in acpi_db_test_buffer_type() 613 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3); in acpi_db_test_buffer_type() 663 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp1); in acpi_db_test_string_type() 684 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp2); in acpi_db_test_string_type() 706 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp3); in acpi_db_test_string_type() [all …]
|