Searched refs:ACPI_RTYPE_PACKAGE (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| A D | acpredef.h | 325 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Fixed-length (5 Int) */ 332 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Fixed-length (4 Int) */ 336 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Fixed-length (5 Int) */ 346 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Fixed-length (4 Int) */ 362 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, /* Fixed-length (3 Int) */ 446 ACPI_RTYPE_PACKAGE, 1, 0), 615 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, 619 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, 782 ACPI_RTYPE_INTEGER | ACPI_RTYPE_PACKAGE, 950 METHOD_RETURNS(ACPI_RTYPE_PACKAGE)}}, [all …]
|
| A D | utpredef.c | 52 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) && in acpi_ut_get_next_predefined_method()
|
| A D | nspredef.c | 351 return_btype = ACPI_RTYPE_PACKAGE; in acpi_ns_get_bitmapped_type()
|
| A D | nsrepair.c | 228 if (expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_ns_simple_repair()
|
| A D | nsprepkg.c | 412 ACPI_RTYPE_PACKAGE, i); in acpi_ns_check_package_list()
|
| A D | dbnames.c | 420 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_db_walk_for_predefined_names()
|
| A D | aclocal.h | 389 #define ACPI_RTYPE_PACKAGE 0x10 macro
|
Completed in 15 milliseconds