Searched refs:ret_obj (Results 1 – 2 of 2) sorted by relevance
19 union acpi_operand_object **ret_obj);40 union acpi_operand_object **ret_obj) in acpi_ut_get_mutex_object() argument48 if (!ret_obj || (!handle && !pathname)) { in acpi_ut_get_mutex_object()77 *ret_obj = mutex_obj; in acpi_ut_get_mutex_object()
194 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local210 ret_obj = obj->package.elements; in tpm_show_ppi_response()212 ret_obj[0].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()213 ret_obj[1].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()214 ret_obj[2].type != ACPI_TYPE_INTEGER) in tpm_show_ppi_response()217 if (ret_obj[0].integer.value) { in tpm_show_ppi_response()222 req = ret_obj[1].integer.value; in tpm_show_ppi_response()223 res = ret_obj[2].integer.value; in tpm_show_ppi_response()