Searched refs:set_trips (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/thermal/ |
| A 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() 472 rcar_gen3_tz_of_ops.set_trips = NULL; in rcar_gen3_thermal_probe() 558 if (zone->ops->set_trips) in rcar_gen3_thermal_resume()
|
| A 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()
|
| A 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()
|
| A D | rockchip_thermal.c | 1244 .set_trips = rockchip_thermal_set_trips,
|
| /linux/include/linux/ |
| A D | thermal.h | 66 int (*set_trips) (struct thermal_zone_device *, int, int); member 306 int (*set_trips)(void *, int, int); member
|
| /linux/drivers/thermal/tegra/ |
| A D | tegra-bpmp-thermal.c | 151 .set_trips = tegra_bpmp_thermal_set_trips,
|
| A D | tegra30-tsensor.c | 245 .set_trips = tegra_tsensor_set_trips,
|
| A D | soctherm.c | 720 .set_trips = tegra_thermctl_set_trips,
|
| /linux/drivers/thermal/broadcom/ |
| A D | brcmstb_thermal.c | 303 .set_trips = brcmstb_set_trips,
|
| /linux/drivers/thermal/st/ |
| A D | stm_thermal.c | 479 .set_trips = stm_thermal_set_trips,
|
| /linux/drivers/thermal/qcom/ |
| A D | qcom-spmi-adc-tm5.c | 355 .set_trips = adc_tm5_set_trips,
|
| A D | tsens.c | 1004 .set_trips = tsens_set_trips,
|
| /linux/Documentation/driver-api/thermal/ |
| A D | sysfs-api.rst | 69 .set_trips: 140 set_trips a pointer to a function that sets a
|
| /linux/drivers/hwmon/ |
| A D | hwmon.c | 193 .set_trips = hwmon_thermal_set_trips,
|
Completed in 37 milliseconds