Home
last modified time | relevance | path

Searched defs:trip (Results 1 – 25 of 81) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/thermal/
Dthermal_trip.c53 struct thermal_trip trip; in __thermal_zone_set_trips() local
114 struct thermal_trip *trip) in __thermal_zone_get_trip()
125 struct thermal_trip *trip) in thermal_zone_get_trip()
138 const struct thermal_trip *trip) in thermal_zone_set_trip()
177 const struct thermal_trip *trip) in thermal_zone_trip_id()
Dthermal_helpers.c27 struct thermal_trip *trip = tz->trips ? &tz->trips[trip_index] : NULL; in get_tz_trend() local
49 const struct thermal_trip *trip; in get_thermal_instance() local
89 struct thermal_trip trip; in __thermal_zone_get_temp() local
Dgov_bang_bang.c18 const struct thermal_trip *trip = &tz->trips[trip_index]; in thermal_zone_trip_update() local
92 static int bang_bang_control(struct thermal_zone_device *tz, int trip) in bang_bang_control()
Dgov_fair_share.c24 struct thermal_trip trip; in get_trip_level() local
70 const struct thermal_trip *trip = &tz->trips[trip_index]; in fair_share_throttle() local
Dgov_step_wise.c84 const struct thermal_trip *trip = &tz->trips[trip_id]; in thermal_zone_trip_update() local
139 static int step_wise_throttle(struct thermal_zone_device *tz, int trip) in step_wise_throttle()
Dgov_power_allocator.c129 struct thermal_trip trip; in estimate_pid_constants() local
524 struct thermal_trip trip; in get_governor_trips() local
639 struct thermal_trip trip; in power_allocator_bind() local
703 struct thermal_trip trip; in power_allocator_throttle() local
Dthermal_core.c308 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips()
330 int trip, int trip_temp, enum thermal_trip_type trip_type) in handle_critical_trips()
346 struct thermal_trip trip; in handle_thermal_trip() local
642 const struct thermal_trip *trip; in thermal_zone_bind_cooling_device() local
770 const struct thermal_trip *trip; in thermal_zone_unbind_cooling_device() local
1346 struct thermal_trip trip; in thermal_zone_device_register_with_trips() local
Dgov_user_space.c32 static int notify_user_space(struct thermal_zone_device *tz, int trip) in notify_user_space()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c202 struct mlxsw_thermal_trip *trip = trips; in mlxsw_thermal_tz_score_update() local
237 const struct mlxsw_thermal_trip *trip = &thermal->trips[i]; in mlxsw_thermal_bind() local
299 int trip, in mlxsw_thermal_get_trip_type()
312 int trip, int *p_temp) in mlxsw_thermal_get_trip_temp()
324 int trip, int temp) in mlxsw_thermal_set_trip_temp()
337 int trip, int *p_hyst) in mlxsw_thermal_get_trip_hyst()
346 int trip, int hyst) in mlxsw_thermal_set_trip_hyst()
355 int trip, enum thermal_trend *trend) in mlxsw_thermal_trend_get()
393 const struct mlxsw_thermal_trip *trip = &tz->trips[i]; in mlxsw_thermal_module_bind() local
466 mlxsw_thermal_module_trip_type_get(struct thermal_zone_device *tzdev, int trip, in mlxsw_thermal_module_trip_type_get()
[all …]
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
Dint340x_thermal_zone.c44 int trip, int *temp) in int340x_thermal_get_trip_temp()
80 int trip, in int340x_thermal_get_trip_type()
117 int trip, int temp) in int340x_thermal_set_trip_temp()
139 int trip, int *temp) in int340x_thermal_get_trip_hyst()
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c175 static int _get_trip_temp(int trip, int *temp) in _get_trip_temp()
201 int trip, int *temp) in sys_get_trip_temp()
212 int trip, int temp) in update_trip_temp()
259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
266 int trip, enum thermal_trip_type *type) in sys_get_trip_type()
Dintel_soc_dts_iosf.c74 static int sys_get_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_get_trip_temp()
193 static int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
212 int trip, enum thermal_trip_type *type) in sys_get_trip_type()
288 unsigned long trip; in add_dts_thermal_zone() local
/kernel/linux/linux-5.10/drivers/thermal/
Dgov_bang_bang.c16 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update()
99 static int bang_bang_control(struct thermal_zone_device *tz, int trip) in bang_bang_control()
Dthermal_of.c140 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid()
195 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip, in of_thermal_get_trend()
273 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type()
286 static int of_thermal_get_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_temp()
299 static int of_thermal_set_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_temp()
321 static int of_thermal_get_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_hyst()
334 static int of_thermal_set_trip_hyst(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_hyst()
683 struct device_node *trip; in thermal_of_populate_bind_params() local
809 struct thermal_trip *trip) in thermal_of_populate_trip()
Dgov_step_wise.c116 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update()
186 static int step_wise_throttle(struct thermal_zone_device *tz, int trip) in step_wise_throttle()
Dthermal_helpers.c26 int get_tz_trend(struct thermal_zone_device *tz, int trip) in get_tz_trend()
46 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance()
Dthermal_core.c328 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips()
383 int trip, enum thermal_trip_type trip_type) in handle_critical_trips()
416 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip()
583 void thermal_notify_framework(struct thermal_zone_device *tz, int trip) in thermal_notify_framework()
823 int trip, in thermal_zone_bind_cooling_device()
950 int trip, in thermal_zone_unbind_cooling_device()
Dgov_user_space.c25 static int notify_user_space(struct thermal_zone_device *tz, int trip) in notify_user_space()
Dda9062-thermal.c124 int trip, in da9062_thermal_get_trip_type()
143 int trip, in da9062_thermal_get_trip_temp()
/kernel/linux/linux-6.6/drivers/thermal/samsung/
Dexynos_tmu.c298 struct thermal_trip trip; in exynos_tmu_initialize() local
353 struct thermal_trip trip; in exynos4210_tmu_set_trip_temp() local
372 int trip, u8 temp, u8 hyst) in exynos4210_tmu_set_trip_hyst()
384 int trip, u8 temp) in exynos4412_tmu_set_trip_temp()
401 int trip, u8 temp, u8 hyst) in exynos4412_tmu_set_trip_hyst()
440 int trip, u8 temp) in exynos5433_tmu_set_trip_temp()
460 int trip, u8 temp, u8 hyst) in exynos5433_tmu_set_trip_hyst()
513 int trip, u8 temp) in exynos7_tmu_set_trip_temp()
528 int trip, u8 temp, u8 hyst) in exynos7_tmu_set_trip_hyst()
555 struct thermal_trip trip; in exynos4210_tmu_control() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_thermal.c33 int trip, enum thermal_trip_type *type) in cxgb4_thermal_get_trip_type()
45 int trip, int *temp) in cxgb4_thermal_get_trip_temp()
/kernel/linux/linux-6.6/drivers/thermal/intel/
Dintel_quark_dts_thermal.c177 static int get_trip_temp(int trip) in get_trip_temp()
203 int trip, int temp) in update_trip_temp()
250 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp()
/kernel/linux/linux-5.10/drivers/thermal/samsung/
Dexynos_tmu.c363 int trip, u8 temp) in exynos4210_tmu_set_trip_temp()
382 int trip, u8 temp, u8 hyst) in exynos4210_tmu_set_trip_hyst()
394 int trip, u8 temp) in exynos4412_tmu_set_trip_temp()
411 int trip, u8 temp, u8 hyst) in exynos4412_tmu_set_trip_hyst()
450 int trip, u8 temp) in exynos5433_tmu_set_trip_temp()
470 int trip, u8 temp, u8 hyst) in exynos5433_tmu_set_trip_hyst()
523 int trip, u8 temp) in exynos7_tmu_set_trip_temp()
538 int trip, u8 temp, u8 hyst) in exynos7_tmu_set_trip_hyst()
/kernel/linux/linux-6.6/drivers/acpi/
Dthermal.c101 struct acpi_thermal_trip trip; member
109 struct acpi_thermal_trip trip; member
402 static int acpi_thermal_adjust_trip(struct thermal_trip *trip, void *data) in acpi_thermal_adjust_trip()
495 const struct thermal_trip *trip, in thermal_get_trend()
570 int trip = -1; in acpi_thermal_cooling_device_cb() local
685 struct thermal_trip *trip; in acpi_thermal_register_thermal_zone() local
/kernel/linux/linux-5.10/drivers/thermal/st/
Dst_thermal.c138 int trip, enum thermal_trip_type *type) in st_thermal_get_trip_type()
156 int trip, int *temp) in st_thermal_get_trip_temp()

1234