Home
last modified time | relevance | path

Searched refs:trips (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c293 * - Non-critical trips will invoke the governor responsible for that zone;
294 * - Hot trips will produce a notification to userspace;
574 for (count = 0; count < tz->trips; count++) { in thermal_zone_device_update()
842 if (trip >= tz->trips || (trip < 0 && trip != THERMAL_TRIPS_NONE)) { in thermal_zone_bind_cooling_device()
1026 for (i = 0; i < tz->trips; i++) { in __bind()
1261 for (i = 0; i < tz->trips; i++) { in __unbind()
1374 * @trips: the number of trip points the thermal zone support
1395 struct thermal_zone_device *thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, in thermal_zone_device_register() argument
1418 if (trips > THERMAL_MAX_TRIPS || trips < in thermal_zone_device_register()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h111 * @trips: number of trip points the thermal zone supports
112 * @trips_disabled; bitmap for disabled trips
154 int trips; member
155 unsigned long trips_disabled; /* bitmap for disabled trips */
226 * on all trips.
378 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, in thermal_zone_device_register() argument

Completed in 5 milliseconds