Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/acpi_thinkpad/
H A Dacpi_thinkpad.c335 static int acpi_thinkpad_sysctl_set(struct acpi_thinkpad_softc *sc, int method, int val);
412 acpi_thinkpad_sysctl_set(sc, ACPI_THINKPAD_METHOD_THINKLIGHT, sc->led_state); in thinkpad_led_task()
616 acpi_thinkpad_sysctl_set(sc, ACPI_THINKPAD_METHOD_EVENTMASK, in acpi_thinkpad_attach()
628 acpi_thinkpad_sysctl_set(sc, ACPI_THINKPAD_METHOD_EVENTS, 1); in acpi_thinkpad_attach()
645 acpi_thinkpad_sysctl_set(sc, ACPI_THINKPAD_METHOD_EVENTS, 0); in acpi_thinkpad_detach()
646 acpi_thinkpad_sysctl_set(sc, ACPI_THINKPAD_METHOD_EVENTMASK, sc->events_initialmask); in acpi_thinkpad_detach()
681 acpi_thinkpad_sysctl_set(sc, i, val); in acpi_thinkpad_resume()
744 error = acpi_thinkpad_sysctl_set(sc, method, arg); in acpi_thinkpad_sysctl()
891 acpi_thinkpad_sysctl_set(struct acpi_thinkpad_softc *sc, int method, int arg) in acpi_thinkpad_sysctl_set() function