Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dthermal.c407 if (!acpi_trip) in acpi_thermal_adjust_trip()
410 if (acpi_trip->valid) in acpi_thermal_adjust_trip()
499 struct acpi_thermal_trip *acpi_trip; in thermal_get_trend() local
505 acpi_trip = trip->priv; in thermal_get_trend()
506 if (!acpi_trip || !acpi_trip->valid) in thermal_get_trend()
514 acpi_trip->temperature); in thermal_get_trend()
684 struct acpi_thermal_trip *acpi_trip; in acpi_thermal_register_thermal_zone() local
724 if (acpi_trip->valid) { in acpi_thermal_register_thermal_zone()
727 trip->priv = acpi_trip; in acpi_thermal_register_thermal_zone()
734 if (!acpi_trip->valid) in acpi_thermal_register_thermal_zone()
[all …]