Searched defs:acpi_perf_softc (Results 1 – 1 of 1) sorted by relevance
71 struct acpi_perf_softc { struct72 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