Home
last modified time | relevance | path

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

/linux/drivers/acpi/dptf/
H A Ddptf_pch_fivr.c17 static int pch_fivr_read(acpi_handle handle, char *method, struct pch_fivr_resp *fivr_resp) in pch_fivr_read() argument
19 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);\