Searched refs:fivr_resp (Results 1 – 1 of 1) sorted by relevance
17 static int pch_fivr_read(acpi_handle handle, char *method, struct pch_fivr_resp *fivr_resp) in pch_fivr_read() argument19 struct acpi_buffer resp = { sizeof(struct pch_fivr_resp), fivr_resp}; in pch_fivr_read()38 if (fivr_resp->status) in pch_fivr_read()62 struct pch_fivr_resp fivr_resp;\65 status = pch_fivr_read(acpi_dev->handle, #method, &fivr_resp);\69 return sprintf(buf, "%llu\n", fivr_resp.result);\