Home
last modified time | relevance | path

Searched refs:ret_obj (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dutxfmutex.c55 union acpi_operand_object **ret_obj);
76 union acpi_operand_object **ret_obj) in acpi_ut_get_mutex_object() argument
84 if (!ret_obj || (!handle && !pathname)) { in acpi_ut_get_mutex_object()
113 *ret_obj = mutex_obj; in acpi_ut_get_mutex_object()
/linux-4.4.14/drivers/char/tpm/
Dtpm_ppi.c198 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local
214 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()