Searched refs:set_trips (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/thermal/ |
H A D | thermal_trip.c | 64 if (!tz->ops.set_trips) in thermal_zone_set_trips() 81 ret = tz->ops.set_trips(tz, low, high); in thermal_zone_set_trips()
|
H A D | loongson2_thermal.c | 117 .set_trips = loongson2_thermal_set_trips,
|
H A D | rockchip_thermal.c | 1406 .set_trips = rockchip_thermal_set_trips,
|
H A D | Kconfig | 496 The thermal driver realizes get_temp and set_trips function, which
|
/linux/drivers/thermal/renesas/ |
H A D | rcar_gen3_thermal.c | 236 .set_trips = rcar_gen3_thermal_set_trips, 362 if (priv->ops.set_trips) in rcar_gen3_thermal_init() 509 priv->ops.set_trips = NULL; in rcar_gen3_thermal_probe()
|
/linux/include/linux/ |
H A D | thermal.h | 100 int (*set_trips) (struct thermal_zone_device *, int, int); member
|
/linux/drivers/thermal/broadcom/ |
H A D | brcmstb_thermal.c | 301 .set_trips = brcmstb_set_trips,
|
/linux/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,
|
H A D | soctherm.c | 682 .set_trips = tegra_thermctl_set_trips,
|
/linux/drivers/thermal/st/ |
H A D | stm_thermal.c | 474 .set_trips = stm_thermal_set_trips,
|
/linux/Documentation/driver-api/thermal/ |
H A D | sysfs-api.rst | 66 .set_trips: 134 set_trips a pointer to a function that sets a
|
/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-adc-tm5.c | 665 .set_trips = adc_tm5_set_trips,
|
H A D | tsens.c | 1153 .set_trips = tsens_set_trips,
|
/linux/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | 1002 .set_trips = exynos_set_trips,
|
/linux/drivers/hwmon/ |
H A D | hwmon.c | 209 .set_trips = hwmon_thermal_set_trips,
|
/linux/drivers/thermal/mediatek/ |
H A D | lvts_thermal.c | 558 .set_trips = lvts_set_trips,
|