Searched refs:out_result (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dutmath.c85 * out_result - Pointer to where the result is returned
91 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) argument
109 if (out_result) {
110 *out_result = operand_ovl.full;
122 * out_result - Pointer to where the result is returned
128 acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) argument
146 if (out_result) {
147 *out_result = operand_ovl.full;
189 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) argument
196 if (out_result) {
213 acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) argument
[all...]
H A Dacutils.h547 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result);
549 acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result);
/linux-master/drivers/s390/char/
H A Dsclp_sd.c301 goto out_result;
329 out_result:

Completed in 216 milliseconds