Searched refs:set_trips (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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 | 105 if (!data->ops || !data->ops->set_trips) in of_thermal_set_trips() 108 return data->ops->set_trips(data->sensor_data, low, high); in of_thermal_set_trips() 440 if (ops->set_trips) in thermal_zone_of_add_sensor() 441 tzd->ops->set_trips = of_thermal_set_trips; in thermal_zone_of_add_sensor()
|
| D | rcar_gen3_thermal.c | 230 .set_trips = rcar_gen3_thermal_set_trips,
|
| D | rockchip_thermal.c | 1110 .set_trips = rockchip_thermal_set_trips,
|
| /Linux-v5.4/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-v5.4/drivers/thermal/tegra/ |
| D | tegra-bpmp-thermal.c | 151 .set_trips = tegra_bpmp_thermal_set_trips,
|
| D | soctherm.c | 719 .set_trips = tegra_thermctl_set_trips,
|
| /Linux-v5.4/drivers/thermal/broadcom/ |
| D | brcmstb_thermal.c | 295 .set_trips = brcmstb_set_trips,
|
| /Linux-v5.4/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 69 .set_trips: 140 set_trips a pointer to a function that sets a
|