Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/acpi/
Dacpihid.c121 int acpihid_eval(struct acpihid_softc *, int, int64_t, int64_t *);
174 if (acpihid_eval(sc, ACPIHID_FUNC_HDMM, 0, &val) != 0) { in acpihid_attach()
182 if ((acpihid_eval(sc, ACPIHID_FUNC_HEBC_V2, 0, &val) == 0 && in acpihid_attach()
184 (acpihid_eval(sc, ACPIHID_FUNC_HEBC_V1, 0, &val) == 0 && in acpihid_attach()
192 acpihid_eval(sc, ACPIHID_FUNC_HDSM, 1, NULL); in acpihid_attach()
197 if (acpihid_eval(sc, ACPIHID_FUNC_BTNL, 0, NULL) == 0) in acpihid_attach()
256 acpihid_eval(struct acpihid_softc *sc, int idx, int64_t arg, int64_t *ret) in acpihid_eval() function
346 if (acpihid_eval(sc, ACPIHID_FUNC_BTNE, enable ? cap : 1, NULL) != 0) { in acpihid_button_array_enable()