Searched defs:destination_type (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/acpica/
H A Dexconvrt.c564 * PARAMETERS: destination_type - Current type of the destination
576 acpi_ex_convert_to_target_type(acpi_object_type destination_type, argument
598 switch (destination_type) {
609 if (destination_type != source_desc->common.type) {
615 (destination_type)));
623 switch (destination_type) {
660 destination_type));
679 acpi_ut_get_type_name(destination_type)));

Completed in 483 milliseconds