Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/acpica/
A Dutxfmutex.c19 union acpi_operand_object **ret_obj);
40 union acpi_operand_object **ret_obj) in acpi_ut_get_mutex_object() argument
48 if (!ret_obj || (!handle && !pathname)) { in acpi_ut_get_mutex_object()
77 *ret_obj = mutex_obj; in acpi_ut_get_mutex_object()
/linux-6.3-rc2/drivers/char/tpm/
A Dtpm_ppi.c226 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local
242 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 3 milliseconds