Lines Matching refs:acpi_db_read_from_object
70 acpi_db_read_from_object(struct acpi_namespace_node *node,
457 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type()
482 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2); in acpi_db_test_integer_type()
503 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3); in acpi_db_test_integer_type()
570 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp1); in acpi_db_test_buffer_type()
608 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2); in acpi_db_test_buffer_type()
629 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3); in acpi_db_test_buffer_type()
679 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp1); in acpi_db_test_string_type()
700 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp2); in acpi_db_test_string_type()
722 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp3); in acpi_db_test_string_type()
763 acpi_db_read_from_object(struct acpi_namespace_node *node, in acpi_db_read_from_object() function