Home
last modified time | relevance | path

Searched defs:trip_id (Results 1 – 11 of 11) sorted by relevance

/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high()
125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low()
136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add()
144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete()
151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change()
/linux/drivers/thermal/
H A Dthermal_trip.c108 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in __thermal_zone_get_trip()
119 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in thermal_zone_get_trip()
H A Dthermal_sysfs.c86 int trip_id; in trip_point_type_show() local
111 int trip_id, ret; in trip_point_temp_store() local
148 int trip_id; in trip_point_temp_show() local
162 int trip_id, ret; in trip_point_hyst_store() local
192 int trip_id; in trip_point_hyst_show() local
H A Dthermal_of.c293 static int __thermal_of_unbind(struct device_node *map_np, int index, int trip_id, in __thermal_of_unbind()
324 static int __thermal_of_bind(struct device_node *map_np, int index, int trip_id, in __thermal_of_bind()
365 int count, i, trip_id; in thermal_of_for_each_cooling_device() local
H A Dthermal_debugfs.c579 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_up() local
663 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_debug_tz_trip_down() local
737 int trip_id = tz_dbg->trips_crossed[i]; in thermal_debug_update_trip_stats() local
782 int trip_id; in tze_seq_show() local
H A Dgov_step_wise.c69 int trip_id = thermal_zone_trip_id(tz, trip); in thermal_zone_trip_update() local
H A Dthermal_netlink.c60 int trip_id; member
H A Dimx_thermal.c334 static int imx_set_trip_temp(struct thermal_zone_device *tz, int trip_id, in imx_set_trip_temp()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c264 static int qpnp_tm_set_trip_temp(struct thermal_zone_device *tz, int trip_id, int temp) in qpnp_tm_set_trip_temp()
/linux/drivers/thermal/tegra/
H A Dsoctherm.c585 static int tegra_thermctl_set_trip_temp(struct thermal_zone_device *tz, int trip_id, int temp) in tegra_thermctl_set_trip_temp()
690 static int get_hot_temp(struct thermal_zone_device *tz, int *trip_id, int *temp) in get_hot_temp()
/linux/drivers/firmware/arm_scmi/
H A Dsensors.c754 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()