Lines Matching refs:acpi_db_read_from_object
40 acpi_db_read_from_object(struct acpi_namespace_node *node,
405 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type()
429 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp2); in acpi_db_test_integer_type()
450 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp3); in acpi_db_test_integer_type()
517 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp1); in acpi_db_test_buffer_type()
556 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp2); in acpi_db_test_buffer_type()
577 status = acpi_db_read_from_object(node, ACPI_TYPE_BUFFER, &temp3); in acpi_db_test_buffer_type()
627 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp1); in acpi_db_test_string_type()
649 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp2); in acpi_db_test_string_type()
671 status = acpi_db_read_from_object(node, ACPI_TYPE_STRING, &temp3); in acpi_db_test_string_type()
713 status = acpi_db_read_from_object(node, ACPI_TYPE_PACKAGE, &temp1); in acpi_db_test_package_type()
808 acpi_db_read_from_object(struct acpi_namespace_node *node, in acpi_db_read_from_object() function