Home
last modified time | relevance | path

Searched defs:acpi_perf_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_perf.c71 struct acpi_perf_softc { struct
72 device_t dev;
73 ACPI_HANDLE handle;
74 struct resource *perf_ctrl; /* Set new performance state. */
75 int perf_ctrl_type; /* Resource type for perf_ctrl. */
76 struct resource *perf_status; /* Check that transition succeeded. */
77 int perf_sts_type; /* Resource type for perf_status. */
78 struct acpi_px *px_states; /* ACPI perf states. */
102 static void acpi_px_available(struct acpi_perf_softc *sc); argument