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()
226 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local242 ret_obj = obj->package.elements; in tpm_show_ppi_response()244 ret_obj[0].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()245 ret_obj[1].type != ACPI_TYPE_INTEGER || in tpm_show_ppi_response()246 ret_obj[2].type != ACPI_TYPE_INTEGER) in tpm_show_ppi_response()249 if (ret_obj[0].integer.value) { in tpm_show_ppi_response()254 req = ret_obj[1].integer.value; in tpm_show_ppi_response()255 res = ret_obj[2].integer.value; in tpm_show_ppi_response()
Completed in 4 milliseconds