Searched refs:target_handle (Results 1 – 5 of 5) sorted by relevance
52 acpi_handle target_handle; in acpi_evaluate_object_typed() local69 target_handle = handle; in acpi_evaluate_object_typed()71 status = acpi_get_handle(handle, pathname, &target_handle); in acpi_evaluate_object_typed()77 full_pathname = acpi_ns_get_external_pathname(target_handle); in acpi_evaluate_object_typed()84 status = acpi_evaluate_object(target_handle, NULL, external_params, in acpi_evaluate_object_typed()
1224 info.target_handle = unsafe { td.transaction_data.target.handle }; in read_transaction_info()1270 let node_ref = self.process.get_transaction_node(info.target_handle)?; in transaction_inner()1343 let node_ref = self.process.get_transaction_node(info.target_handle)?; in oneway_transaction_inner()
40 pub(crate) target_handle: u32, field
1127 __u32 target_handle; member