Searched refs:ret_obj (Results 1 – 2 of 2) sorted by relevance
55 union acpi_operand_object **ret_obj);76 union acpi_operand_object **ret_obj) in acpi_ut_get_mutex_object() argument84 if (!ret_obj || (!handle && !pathname)) { in acpi_ut_get_mutex_object()113 *ret_obj = mutex_obj; in acpi_ut_get_mutex_object()
198 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local214 ret_obj = obj->package.elements; in tpm_show_ppi_response()216 ret_obj[0].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()217 ret_obj[1].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()218 ret_obj[2].type != ACPI_TYPE_INTEGER) in tpm_show_ppi_response()221 if (ret_obj[0].integer.value) { in tpm_show_ppi_response()226 req = ret_obj[1].integer.value; in tpm_show_ppi_response()227 res = ret_obj[2].integer.value; in tpm_show_ppi_response()