Lines Matching defs:predefined
390 * DESCRIPTION: Detect and display predefined ACPI names (names that start with
403 const union acpi_predefined_info *predefined;
408 predefined = acpi_ut_match_predefined_method(node->name.ascii);
409 if (!predefined) {
420 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) {
421 package = predefined + 1;
425 predefined->info.expected_btypes);
428 METHOD_GET_ARG_COUNT(predefined->info.argument_list),
442 acpi_ns_check_acpi_compliance(pathname, node, predefined);
457 * DESCRIPTION: Validate all predefined names in the namespace
472 acpi_os_printf("Found %u predefined names in the namespace\n", count);