Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A 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()
H A 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()
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()
H A Drk_virtual_thermal.c724 .set_trips = virtual_thermal_set_trips,
H A Drockchip_thermal.c2125 .set_trips = rockchip_thermal_set_trips,
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h68 int (*set_trips) (struct thermal_zone_device *, int, int); member
325 int (*set_trips)(void *, int, int); member
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c151 .set_trips = tegra_bpmp_thermal_set_trips,
H A Dsoctherm.c720 .set_trips = tegra_thermctl_set_trips,
/OK3568_Linux_fs/kernel/drivers/thermal/broadcom/
H A Dbrcmstb_thermal.c303 .set_trips = brcmstb_set_trips,
/OK3568_Linux_fs/kernel/drivers/thermal/st/
H A Dstm_thermal.c479 .set_trips = stm_thermal_set_trips,
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dsysfs-api.rst69 .set_trips:
140 set_trips a pointer to a function that sets a
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens.c928 .set_trips = tsens_set_trips,