Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/acpica/
H A Dacpi_cpu.h39 void (*cpu_cst_notify)(device_t); member
H A Dacpi_cpu.c331 if (sc->cpu_cst_notify != NULL) in acpi_cpu_notify()
332 sc->cpu_cst_notify(sc->cpu_cst); in acpi_cpu_notify()
H A Dacpi_cpu_cstate.c751 sc->cst_parent->cpu_cst_notify = acpi_cst_notify; in acpi_cst_postattach()