Searched refs:this_name (Results 1 - 4 of 4) sorted by relevance

/drivers/acpi/acpica/
H A Dutpredef.c67 * PARAMETERS: this_name - Entry in the predefined method/name table
79 *this_name)
86 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) &&
87 (this_name->info.expected_btypes != ACPI_RTYPE_ALL)) {
88 this_name++;
91 this_name++;
92 return (this_name);
109 const union acpi_predefined_info *this_name; local
119 this_name = acpi_gbl_predefined_methods;
120 while (this_name
77 acpi_ut_get_next_predefined_method(const union acpi_predefined_info *this_name) argument
226 const union acpi_predefined_info *this_name; local
265 acpi_ut_display_predefined_method(char *buffer, const union acpi_predefined_info *this_name, u8 multi_line) argument
[all...]
H A Dnsrepair.c352 const struct acpi_simple_repair_info *this_name; local
356 this_name = acpi_object_repair_info;
357 while (this_name->object_converter) {
358 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) {
362 if ((return_btype & this_name->unexpected_btypes) &&
363 (package_index == this_name->package_index)) {
364 return (this_name);
369 this_name++;
H A Dnsrepair2.c219 const struct acpi_repair_info *this_name; local
223 this_name = acpi_ns_repairable_names;
224 while (this_name->repair_function) {
225 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) {
226 return (this_name);
228 this_name++;
H A Dacutils.h501 *this_name);
509 const union acpi_predefined_info *this_name,

Completed in 480 milliseconds