Home
last modified time | relevance | path

Searched refs:predefined (Results 1 – 13 of 13) sorted by relevance

/drivers/acpi/acpica/
A Dnsarguments.c45 if (!info->predefined || (info->node->flags & ANOBJ_EVALUATED)) { in acpi_ns_check_argument_types()
49 arg_type_list = info->predefined->info.argument_list; in acpi_ns_check_argument_types()
96 const union acpi_predefined_info *predefined) in acpi_ns_check_acpi_compliance() argument
101 if (!predefined || (node->flags & ANOBJ_EVALUATED)) { in acpi_ns_check_acpi_compliance()
108 METHOD_GET_ARG_COUNT(predefined->info.argument_list); in acpi_ns_check_acpi_compliance()
126 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance()
160 && !(predefined->info. in acpi_ns_check_acpi_compliance()
190 const union acpi_predefined_info *predefined) in acpi_ns_check_argument_count() argument
199 if (!predefined) { in acpi_ns_check_argument_count()
261 METHOD_GET_ARG_COUNT(predefined->info.argument_list); in acpi_ns_check_argument_count()
[all …]
A Dnspredef.c72 const union acpi_predefined_info *predefined; in acpi_ns_check_return_value() local
78 predefined = info->predefined; in acpi_ns_check_return_value()
79 if (!predefined) { in acpi_ns_check_return_value()
105 (!predefined->info.expected_btypes) || in acpi_ns_check_return_value()
106 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_return_value()
115 predefined->info.expected_btypes, in acpi_ns_check_return_value()
A Ddbnames.c403 const union acpi_predefined_info *predefined; in acpi_db_walk_for_predefined_names() local
408 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_walk_for_predefined_names()
409 if (!predefined) { in acpi_db_walk_for_predefined_names()
420 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_db_walk_for_predefined_names()
421 package = predefined + 1; in acpi_db_walk_for_predefined_names()
425 predefined->info.expected_btypes); in acpi_db_walk_for_predefined_names()
428 METHOD_GET_ARG_COUNT(predefined->info.argument_list), in acpi_db_walk_for_predefined_names()
442 acpi_ns_check_acpi_compliance(pathname, node, predefined); in acpi_db_walk_for_predefined_names()
A Dnsrepair.c128 const struct acpi_simple_repair_info *predefined; in acpi_ns_simple_repair() local
136 predefined = acpi_ns_match_simple_repair(info->node, in acpi_ns_simple_repair()
139 if (predefined) { in acpi_ns_simple_repair()
146 status = predefined->object_converter(info->node, return_object, in acpi_ns_simple_repair()
A Dnseval.c91 info->predefined = in acpi_ns_evaluate()
134 info->predefined); in acpi_ns_evaluate()
141 info->param_count, info->predefined); in acpi_ns_evaluate()
A Ddbmethod.c456 const union acpi_predefined_info *predefined; in acpi_db_walk_for_execute() local
458 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_walk_for_execute()
459 if (!predefined) { in acpi_db_walk_for_execute()
A Dnsrepair2.c155 const struct acpi_repair_info *predefined; in acpi_ns_complex_repairs() local
162 predefined = acpi_ns_match_complex_repair(node); in acpi_ns_complex_repairs()
163 if (!predefined) { in acpi_ns_complex_repairs()
167 status = predefined->repair_function(info, return_object_ptr); in acpi_ns_complex_repairs()
A Ddbtest.c980 const union acpi_predefined_info *predefined; in acpi_db_evaluate_one_predefined_name() local
994 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_evaluate_one_predefined_name()
995 if (!predefined) { in acpi_db_evaluate_one_predefined_name()
1023 arg_type_list = predefined->info.argument_list; in acpi_db_evaluate_one_predefined_name()
A Dacstruct.h163 const union acpi_predefined_info *predefined; /* Used if Node is a predefined name */ member
A Dacnamesp.h222 const union acpi_predefined_info *predefined);
A Dnsprepkg.c66 package = info->predefined + 1; in acpi_ns_check_package()
/drivers/cpufreq/
A DKconfig.arm226 platform with a predefined set of suitable values. If not provided
/drivers/watchdog/
A DKconfig364 timer within predefined window periods of time. This means

Completed in 28 milliseconds