Lines Matching +full:sustainable +full:- +full:power
1 /* SPDX-License-Identifier: GPL-2.0 */
21 #define THERMAL_CSTATE_INVALID -1UL
30 #define THERMAL_TEMP_INVALID -274000
52 THERMAL_DEVICE_POWER_CAPABILITY_CHANGED, /* power capability changed */
65 * struct thermal_trip - representation of a point in temperature domain
141 DEFINE_GUARD(cooling_dev, struct thermal_cooling_device *, mutex_lock(&_T->lock),
142 mutex_unlock(&_T->lock))
156 * Sustainable power (heat) that this thermal zone can dissipate in
207 return ERR_PTR(-ENOTSUPP); in devm_thermal_of_zone_register()
284 { return ERR_PTR(-ENODEV); } in thermal_zone_device_register_with_trips()
291 { return ERR_PTR(-ENODEV); } in thermal_tripless_zone_device_register()
303 { return ERR_PTR(-ENODEV); } in thermal_cooling_device_register()
308 { return ERR_PTR(-ENODEV); } in thermal_of_cooling_device_register()
315 return ERR_PTR(-ENODEV); in devm_thermal_of_cooling_device_register()
322 { return ERR_PTR(-ENODEV); } in thermal_zone_get_zone_by_name()
325 { return -ENODEV; } in thermal_zone_get_temp()
328 { return -ENODEV; } in thermal_zone_get_slope()
331 { return -ENODEV; } in thermal_zone_get_offset()
345 return -ENODEV; in thermal_zone_device_id()
349 { return -ENODEV; } in thermal_zone_device_enable()
352 { return -ENODEV; } in thermal_zone_device_disable()