Home
last modified time | relevance | path

Searched refs:set_trips (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/drivers/thermal/
Drcar_gen3_thermal.c230 .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()
Dthermal_helpers.c138 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()
Dthermal_of.c103 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()
413 if (ops->set_trips) in thermal_zone_of_add_sensor()
414 tzd->ops->set_trips = of_thermal_set_trips; in thermal_zone_of_add_sensor()
Drockchip_thermal.c1244 .set_trips = rockchip_thermal_set_trips,
/linux-5.19.10/include/linux/
Dthermal.h66 int (*set_trips) (struct thermal_zone_device *, int, int); member
308 int (*set_trips)(void *, int, int); member
/linux-5.19.10/drivers/thermal/tegra/
Dtegra-bpmp-thermal.c162 .set_trips = tegra_bpmp_thermal_set_trips,
Dtegra30-tsensor.c245 .set_trips = tegra_tsensor_set_trips,
Dsoctherm.c720 .set_trips = tegra_thermctl_set_trips,
/linux-5.19.10/drivers/thermal/broadcom/
Dbrcmstb_thermal.c303 .set_trips = brcmstb_set_trips,
/linux-5.19.10/drivers/thermal/st/
Dstm_thermal.c479 .set_trips = stm_thermal_set_trips,
/linux-5.19.10/Documentation/driver-api/thermal/
Dsysfs-api.rst69 .set_trips:
140 set_trips a pointer to a function that sets a
/linux-5.19.10/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c663 .set_trips = adc_tm5_set_trips,
Dtsens.c1008 .set_trips = tsens_set_trips,
/linux-5.19.10/drivers/hwmon/
Dhwmon.c208 .set_trips = hwmon_thermal_set_trips,