Searched refs:set_trips (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
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()
|
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() 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()
|
D | rockchip_thermal.c | 1123 .set_trips = rockchip_thermal_set_trips,
|
/kernel/linux/linux-5.10/include/linux/ |
D | thermal.h | 67 int (*set_trips) (struct thermal_zone_device *, int, int); member 311 int (*set_trips)(void *, int, int); member
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
D | tegra-bpmp-thermal.c | 151 .set_trips = tegra_bpmp_thermal_set_trips,
|
D | soctherm.c | 720 .set_trips = tegra_thermctl_set_trips,
|
/kernel/linux/linux-5.10/drivers/thermal/broadcom/ |
D | brcmstb_thermal.c | 303 .set_trips = brcmstb_set_trips,
|
/kernel/linux/linux-5.10/drivers/thermal/st/ |
D | stm_thermal.c | 479 .set_trips = stm_thermal_set_trips,
|
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
D | sysfs-api.rst | 69 .set_trips: 140 set_trips a pointer to a function that sets a
|
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
D | tsens.c | 928 .set_trips = tsens_set_trips,
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 60786 .set_trips = rockchip_thermal_set_trips,
|