Searched refs:set_trips (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | thermal_helpers.c | 125 if (!tz->ops->set_trips || !tz->ops->get_trip_hyst) in thermal_zone_set_trips() 157 ret = tz->ops->set_trips(tz, low, high); in thermal_zone_set_trips()
|
D | of-thermal.c | 91 if (!data->ops || !data->ops->set_trips) in of_thermal_set_trips() 94 return data->ops->set_trips(data->sensor_data, low, high); in of_thermal_set_trips() 414 if (ops->set_trips) in thermal_zone_of_add_sensor() 415 tzd->ops->set_trips = of_thermal_set_trips; in thermal_zone_of_add_sensor()
|
D | rcar_gen3_thermal.c | 218 .set_trips = rcar_gen3_thermal_set_trips,
|
D | rockchip_thermal.c | 1080 .set_trips = rockchip_thermal_set_trips,
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 99 int (*set_trips) (struct thermal_zone_device *, int, int); member 356 int (*set_trips)(void *, int, int); member
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | tegra-bpmp-thermal.c | 160 .set_trips = tegra_bpmp_thermal_set_trips,
|
/Linux-v4.19/drivers/thermal/broadcom/ |
D | brcmstb_thermal.c | 304 .set_trips = brcmstb_set_trips,
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 52 .set_trips: set the trip points window. Whenever the current temperature 101 set_trips: a pointer to a function that sets a
|