/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_trip.c | 60 if (!tz->ops->set_trips) in __thermal_zone_set_trips() 108 ret = tz->ops->set_trips(tz, low, high); in __thermal_zone_set_trips()
|
H A D | rcar_gen3_thermal.c | 234 .set_trips = rcar_gen3_thermal_set_trips, 360 if (priv->ops.set_trips) in rcar_gen3_thermal_init() 499 priv->ops.set_trips = NULL; in rcar_gen3_thermal_probe()
|
H A D | loongson2_thermal.c | 94 .set_trips = loongson2_thermal_set_trips,
|
H A D | rockchip_thermal.c | 939 * set_trips will pass {-INT_MAX, INT_MAX} to trigger tsadc alarm in rk_tsadcv2_alarm_temp() 972 * set_trips will pass {-INT_MAX, INT_MAX} to trigger tsadc alarm in rk_tsadcv3_alarm_temp() 1406 .set_trips = rockchip_thermal_set_trips,
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_helpers.c | 138 if (!tz->ops->set_trips || !tz->ops->get_trip_hyst) in thermal_zone_set_trips() 170 ret = tz->ops->set_trips(tz, low, high); in thermal_zone_set_trips()
|
H A D | thermal_of.c | 103 if (!data->ops || !data->ops->set_trips) in of_thermal_set_trips() 106 return data->ops->set_trips(data->sensor_data, low, high); in of_thermal_set_trips() 403 * optional set_trips pointer. in thermal_zone_of_add_sensor() 405 if (ops->set_trips) in thermal_zone_of_add_sensor() 406 tzd->ops->set_trips = of_thermal_set_trips; in thermal_zone_of_add_sensor()
|
H A D | rockchip_thermal.c | 773 * set_trips will pass {-INT_MAX, INT_MAX} to trigger tsadc alarm in rk_tsadcv2_alarm_temp() 1123 .set_trips = rockchip_thermal_set_trips,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 67 int (*set_trips) (struct thermal_zone_device *, int, int); member 300 * @set_trips: a pointer to a function that sets a temperature window. When 311 int (*set_trips)(void *, int, int); member
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 151 .set_trips = tegra_bpmp_thermal_set_trips,
|
H A D | soctherm.c | 720 .set_trips = tegra_thermctl_set_trips, 840 * Although interrupts are enabled in set_trips, there is still no need in soctherm_thermal_isr()
|
/kernel/linux/linux-5.10/drivers/thermal/broadcom/ |
H A D | brcmstb_thermal.c | 303 .set_trips = brcmstb_set_trips,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 76 int (*set_trips) (struct thermal_zone_device *, int, int); member
|
/kernel/linux/linux-6.6/drivers/thermal/broadcom/ |
H A D | brcmstb_thermal.c | 301 .set_trips = brcmstb_set_trips,
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 205 .set_trips = tegra_bpmp_thermal_set_trips,
|
H A D | tegra30-tsensor.c | 244 .set_trips = tegra_tsensor_set_trips, 584 * set_trips() can not be called while we are setting up the in tegra_tsensor_probe()
|
H A D | soctherm.c | 687 .set_trips = tegra_thermctl_set_trips, 802 * Although interrupts are enabled in set_trips, there is still no need in soctherm_thermal_isr()
|
/kernel/linux/linux-5.10/drivers/thermal/st/ |
H A D | stm_thermal.c | 479 .set_trips = stm_thermal_set_trips,
|
/kernel/linux/linux-6.6/drivers/thermal/st/ |
H A D | stm_thermal.c | 476 .set_trips = stm_thermal_set_trips,
|
/kernel/linux/linux-6.6/drivers/thermal/mediatek/ |
H A D | lvts_thermal.c | 534 .set_trips = lvts_set_trips,
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | qcom-spmi-adc-tm5.c | 665 .set_trips = adc_tm5_set_trips,
|
H A D | tsens.c | 1152 .set_trips = tsens_set_trips,
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | hwmon.c | 208 .set_trips = hwmon_thermal_set_trips,
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 934 .set_trips = tsens_set_trips,
|