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 */
62 * struct thermal_trip - representation of a point in temperature domain
152 * Sustainable power (heat) that this thermal zone can dissipate in
203 return ERR_PTR(-ENOTSUPP); in devm_thermal_of_zone_register()
280 { return ERR_PTR(-ENODEV); } in thermal_zone_device_register_with_trips()
287 { return ERR_PTR(-ENODEV); } in thermal_tripless_zone_device_register()
295 { return ERR_PTR(-ENODEV); } in thermal_cooling_device_register()
300 { return ERR_PTR(-ENODEV); } in thermal_of_cooling_device_register()
307 return ERR_PTR(-ENODEV); in devm_thermal_of_cooling_device_register()
314 { return ERR_PTR(-ENODEV); } in thermal_zone_get_zone_by_name()
317 { return -ENODEV; } in thermal_zone_get_temp()
320 { return -ENODEV; } in thermal_zone_get_slope()
323 { return -ENODEV; } in thermal_zone_get_offset()
337 return -ENODEV; in thermal_zone_device_id()
341 { return -ENODEV; } in thermal_zone_device_enable()
344 { return -ENODEV; } in thermal_zone_device_disable()