Home
last modified time | relevance | path

Searched refs:trip (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c295 * - Critical trip point will cause a system shutdown.
332 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips() argument
334 tz->governor ? tz->governor->throttle(tz, trip) : def_governor->throttle(tz, trip); in handle_non_critical_trips()
384 static void handle_critical_trips(struct thermal_zone_device *tz, int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument
388 tz->ops->get_trip_temp(tz, trip, &trip_temp); in handle_critical_trips()
395 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips()
398 tz->ops->notify(tz, trip, trip_type); in handle_critical_trips()
418 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip() argument
423 /* Ignore disabled trip point in handle_thermal_trip()
592 thermal_notify_framework(struct thermal_zone_device *tz, int trip) thermal_notify_framework() argument
833 thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev, unsigned long upper, unsigned long lower, unsigned int weight) thermal_zone_bind_cooling_device() argument
965 thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) thermal_zone_unbind_cooling_device() argument
[all...]
H A Dthermal_core.h66 * @np: pointer to struct device_node that this trip point was created from
69 * @type: trip point type
78 int get_tz_trend(struct thermal_zone_device *tz, int trip);
81 int trip);
85 * a certain cooling device on a certain trip point
93 int trip; member
95 unsigned long upper; /* Highest cooling state for this trip point */
96 unsigned long lower; /* Lowest cooling state for this trip point */
154 static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid() argument
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dthermal_core.h76 * @np: pointer to struct device_node that this trip point was created from
79 * @type: trip point type
88 int get_tz_trend(struct thermal_zone_device *tz, int trip);
93 int trip);
97 * a certain cooling device on a certain trip point
105 int trip; member
107 unsigned long upper; /* Highest cooling state for this trip point */
108 unsigned long lower; /* Lowest cooling state for this trip point */
171 int trip) in of_thermal_is_trip_valid()
170 of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) of_thermal_is_trip_valid() argument
H A Drockchip_system_monitor.c1301 static int notify_dummy(struct thermal_zone_device *tz, int trip) in notify_dummy() argument
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h106 * @trip_temp_attrs: attributes for trip points for sysfs: trip temperature
107 * @trip_type_attrs: attributes for trip points for sysfs: trip type
108 * @trip_hyst_attrs: attributes for trip points for sysfs: trip hysteresis
111 * @trips: number of trip points the thermal zone supports
116 * checking whether trip points have been crossed (0 for
123 * @passive: 1 if you've crossed a passive trip point, 0 otherwise.
125 trip poin
426 thermal_notify_framework(struct thermal_zone_device *tz, int trip) thermal_notify_framework() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_system_monitor.c1284 static int notify_dummy(struct thermal_zone_device *tz, int trip) in notify_dummy() argument

Completed in 7 milliseconds