Lines Matching defs:info
22 * PARAMETERS: info - Method execution information block
30 void acpi_ns_check_argument_types(struct acpi_evaluate_info *info)
45 if (!info->predefined || (info->node->flags & ANOBJ_EVALUATED)) {
49 arg_type_list = info->predefined->info.argument_list;
54 for (i = 0; ((i < arg_count) && (i < info->param_count)); i++) {
56 user_arg_type = info->parameters[i]->common.type;
61 ACPI_WARN_PREDEFINED((AE_INFO, info->full_pathname,
72 info->node->flags |= ANOBJ_EVALUATED;
105 /* Get the ACPI-required arg count from the predefined info table */
108 METHOD_GET_ARG_COUNT(predefined->info.argument_list);
126 && !predefined->info.expected_btypes) {
160 && !(predefined->info.
261 METHOD_GET_ARG_COUNT(predefined->info.argument_list);
269 !(predefined->info.argument_list & ARG_COUNT_IS_MINIMUM)) {