Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dthermal.c304 if (!acpi_trip || !acpi_thermal_trip_valid(acpi_trip)) in acpi_thermal_adjust_trip()
424 struct acpi_thermal_trip *acpi_trip; in acpi_thermal_init_trip() local
453 acpi_trip->temp_dk = temp; in acpi_thermal_init_trip()
500 struct acpi_thermal_trip *acpi_trip; in thermal_get_trend() local
506 acpi_trip = trip->priv; in thermal_get_trend()
507 if (!acpi_trip || !acpi_thermal_trip_valid(acpi_trip)) in thermal_get_trend()
515 acpi_trip->temp_dk); in thermal_get_trend()
571 if (!acpi_trip) in acpi_thermal_should_bind_cdev()
783 struct acpi_thermal_trip *acpi_trip; in acpi_thermal_add() local
849 trip->priv = acpi_trip; in acpi_thermal_add()
[all …]