Searched refs:thermal_trip (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/lib/thermal/include/ |
D | thermal.h | 41 struct thermal_trip { struct 53 struct thermal_trip *trip; argument 73 typedef int (*cb_tt_t)(struct thermal_trip *, void *); 79 LIBTHERMAL_API int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg);
|
/linux-6.1.9/drivers/thermal/ |
D | thermal_of.c | 67 const struct thermal_trip * 205 struct thermal_trip *trip) in thermal_of_populate_trip() 233 static struct thermal_trip *thermal_of_trips_init(struct device_node *np, int *ntrips) in thermal_of_trips_init() 235 struct thermal_trip *tt; in thermal_of_trips_init() 555 struct thermal_trip *trips = tz->trips; in thermal_of_zone_unregister() 591 struct thermal_trip *trips; in thermal_of_zone_register()
|
D | thermal_core.h | 142 const struct thermal_trip * 154 static inline const struct thermal_trip *
|
D | uniphier_thermal.c | 251 const struct thermal_trip *trips; in uniphier_tm_probe()
|
D | hisi_thermal.c | 485 const struct thermal_trip *trip; in hisi_thermal_register_sensor()
|
D | armada_thermal.c | 788 const struct thermal_trip *trips = of_thermal_get_trip_points(tz); in armada_configure_overheat_int()
|
D | thermal_core.c | 1179 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips… in thermal_zone_device_register_with_trips()
|
/linux-6.1.9/include/linux/ |
D | thermal.h | 85 struct thermal_trip { struct 166 struct thermal_trip *trips; 345 thermal_zone_device_register_with_trips(const char *, struct thermal_trip *, int, int,
|
/linux-6.1.9/tools/lib/thermal/ |
D | thermal.c | 21 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip()
|
D | commands.c | 115 struct thermal_trip *__tt = NULL; in parse_tz_get_trip()
|
/linux-6.1.9/drivers/thermal/qcom/ |
D | qcom-spmi-temp-alarm.c | 270 const struct thermal_trip *trip_points; in qpnp_tm_set_trip_temp() 304 const struct thermal_trip *trips; in qpnp_tm_get_critical_trip_temp()
|
/linux-6.1.9/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 41 static int show_trip(struct thermal_trip *tt, __maybe_unused void *arg) in show_trip()
|
/linux-6.1.9/drivers/thermal/samsung/ |
D | exynos_tmu.c | 263 const struct thermal_trip * const trips = in exynos_tmu_initialize() 365 const struct thermal_trip * const trips = in exynos4210_tmu_set_trip_temp()
|