Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutpredef.c33 * PARAMETERS: this_name - Entry in the predefined method/name table
45 *this_name) in acpi_ut_get_next_predefined_method()
52 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) && in acpi_ut_get_next_predefined_method()
53 (this_name->info.expected_btypes != ACPI_RTYPE_ALL)) { in acpi_ut_get_next_predefined_method()
54 this_name++; in acpi_ut_get_next_predefined_method()
57 this_name++; in acpi_ut_get_next_predefined_method()
58 return (this_name); in acpi_ut_get_next_predefined_method()
75 const union acpi_predefined_info *this_name; in acpi_ut_match_predefined_method() local
85 this_name = acpi_gbl_predefined_methods; in acpi_ut_match_predefined_method()
86 while (this_name in acpi_ut_match_predefined_method()
43 acpi_ut_get_next_predefined_method(const union acpi_predefined_info *this_name) acpi_ut_get_next_predefined_method() argument
190 const union acpi_predefined_info *this_name; acpi_ut_match_resource_name() local
231 acpi_ut_display_predefined_method(char *buffer, const union acpi_predefined_info *this_name, u8 multi_line) acpi_ut_display_predefined_method() argument
[all...]
H A Dnsrepair.c315 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local
319 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()
320 while (this_name->object_converter) { in acpi_ns_match_simple_repair()
321 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
325 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()
326 (this_name->package_index == in acpi_ns_match_simple_repair()
328 || package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()
329 return (this_name); in acpi_ns_match_simple_repair()
335 this_name++; in acpi_ns_match_simple_repair()
H A Dnsrepair2.c185 const struct acpi_repair_info *this_name; in acpi_ns_match_complex_repair() local
189 this_name = acpi_ns_repairable_names; in acpi_ns_match_complex_repair()
190 while (this_name->repair_function) { in acpi_ns_match_complex_repair()
191 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()
192 return (this_name); in acpi_ns_match_complex_repair()
195 this_name++; in acpi_ns_match_complex_repair()
H A Dacutils.h470 *this_name);
481 const union acpi_predefined_info *this_name,
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutpredef.c33 * PARAMETERS: this_name - Entry in the predefined method/name table
45 *this_name) in acpi_ut_get_next_predefined_method()
52 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) && in acpi_ut_get_next_predefined_method()
53 (this_name->info.expected_btypes != ACPI_RTYPE_ALL)) { in acpi_ut_get_next_predefined_method()
54 this_name++; in acpi_ut_get_next_predefined_method()
57 this_name++; in acpi_ut_get_next_predefined_method()
58 return (this_name); in acpi_ut_get_next_predefined_method()
75 const union acpi_predefined_info *this_name; in acpi_ut_match_predefined_method() local
85 this_name = acpi_gbl_predefined_methods; in acpi_ut_match_predefined_method()
86 while (this_name in acpi_ut_match_predefined_method()
43 acpi_ut_get_next_predefined_method(const union acpi_predefined_info *this_name) acpi_ut_get_next_predefined_method() argument
190 const union acpi_predefined_info *this_name; acpi_ut_match_resource_name() local
231 acpi_ut_display_predefined_method(char *buffer, const union acpi_predefined_info *this_name, u8 multi_line) acpi_ut_display_predefined_method() argument
[all...]
H A Dnsrepair.c315 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local
319 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()
320 while (this_name->object_converter) { in acpi_ns_match_simple_repair()
321 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
325 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()
326 (this_name->package_index == in acpi_ns_match_simple_repair()
328 || package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()
329 return (this_name); in acpi_ns_match_simple_repair()
335 this_name++; in acpi_ns_match_simple_repair()
H A Dnsrepair2.c187 const struct acpi_repair_info *this_name; in acpi_ns_match_complex_repair() local
191 this_name = acpi_ns_repairable_names; in acpi_ns_match_complex_repair()
192 while (this_name->repair_function) { in acpi_ns_match_complex_repair()
193 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_complex_repair()
194 return (this_name); in acpi_ns_match_complex_repair()
197 this_name++; in acpi_ns_match_complex_repair()
H A Dacutils.h486 *this_name);
497 const union acpi_predefined_info *this_name,

Completed in 6 milliseconds