Searched refs:atopcase_acpi_set_comm_enabled (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/atopcase/ |
H A D | atopcase_acpi.c | 109 atopcase_acpi_set_comm_enabled(struct atopcase_softc *sc, char *prop, in atopcase_acpi_set_comm_enabled() function 236 atopcase_acpi_set_comm_enabled(sc, "SIEN", false) != 0) { in atopcase_acpi_attach() 241 if (atopcase_acpi_set_comm_enabled(sc, "SIEN", true) != 0) { in atopcase_acpi_attach() 366 if (atopcase_acpi_set_comm_enabled(sc, "SIEN", false) != 0) in atopcase_acpi_detach() 393 if (atopcase_acpi_set_comm_enabled(sc, "SIEN", false) != 0) in atopcase_acpi_suspend() 410 if (atopcase_acpi_set_comm_enabled(sc, "SIEN", true) != 0) { in atopcase_acpi_resume()
|