Searched refs:set_trips (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/thermal/ |
D | rcar_gen3_thermal.c | 230 .set_trips = rcar_gen3_thermal_set_trips, 324 if (tsc->zone->ops->set_trips) in rcar_gen3_thermal_init_r8a7795es1() 352 if (tsc->zone->ops->set_trips) in rcar_gen3_thermal_init() 476 rcar_gen3_tz_of_ops.set_trips = NULL; in rcar_gen3_thermal_probe() 562 if (zone->ops->set_trips) in rcar_gen3_thermal_resume()
|
D | thermal_helpers.c | 139 if (!tz->ops->set_trips || !tz->ops->get_trip_hyst) in __thermal_zone_set_trips() 171 ret = tz->ops->set_trips(tz, low, high); in __thermal_zone_set_trips()
|
D | rockchip_thermal.c | 1244 .set_trips = rockchip_thermal_set_trips,
|
/linux-6.1.9/include/linux/ |
D | thermal.h | 62 int (*set_trips) (struct thermal_zone_device *, int, int); member
|
/linux-6.1.9/drivers/thermal/tegra/ |
D | tegra-bpmp-thermal.c | 167 .set_trips = tegra_bpmp_thermal_set_trips,
|
D | tegra30-tsensor.c | 245 .set_trips = tegra_tsensor_set_trips,
|
D | soctherm.c | 687 .set_trips = tegra_thermctl_set_trips,
|
/linux-6.1.9/drivers/thermal/broadcom/ |
D | brcmstb_thermal.c | 303 .set_trips = brcmstb_set_trips,
|
/linux-6.1.9/drivers/thermal/st/ |
D | stm_thermal.c | 479 .set_trips = stm_thermal_set_trips,
|
/linux-6.1.9/Documentation/driver-api/thermal/ |
D | sysfs-api.rst | 69 .set_trips: 140 set_trips a pointer to a function that sets a
|
/linux-6.1.9/drivers/hwmon/ |
D | hwmon.c | 208 .set_trips = hwmon_thermal_set_trips,
|
/linux-6.1.9/drivers/thermal/qcom/ |
D | qcom-spmi-adc-tm5.c | 665 .set_trips = adc_tm5_set_trips,
|
D | tsens.c | 996 .set_trips = tsens_set_trips,
|