Searched refs:thermal_instance (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | thermal.h | 73 struct thermal_instance; 395 struct thermal_instance *, u32); 419 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, 434 struct thermal_instance *tz, u32 power) in power_actor_set_power() 476 static inline struct thermal_instance *
|
/linux-4.4.14/drivers/thermal/ |
D | step_wise.c | 50 static unsigned long get_target_state(struct thermal_instance *instance, in get_target_state() 132 struct thermal_instance *instance; in thermal_zone_trip_update() 198 struct thermal_instance *instance; in step_wise_throttle()
|
D | gov_bang_bang.c | 29 struct thermal_instance *instance; in thermal_zone_trip_update() 103 struct thermal_instance *instance; in bang_bang_control()
|
D | thermal_core.c | 251 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *tz, in get_thermal_instance() 254 struct thermal_instance *pos = NULL; in get_thermal_instance() 255 struct thermal_instance *target_instance = NULL; in get_thermal_instance() 552 struct thermal_instance *pos; in thermal_zone_device_reset() 1079 struct thermal_instance *instance, u32 power) in power_actor_set_power() 1179 struct thermal_instance *instance; in thermal_cooling_device_trip_point_show() 1182 container_of(attr, struct thermal_instance, attr); in thermal_cooling_device_trip_point_show() 1210 struct thermal_instance *instance; in thermal_cooling_device_weight_show() 1212 instance = container_of(attr, struct thermal_instance, weight_attr); in thermal_cooling_device_weight_show() 1222 struct thermal_instance *instance; in thermal_cooling_device_weight_store() [all …]
|
D | thermal_core.h | 38 struct thermal_instance { struct
|
D | power_allocator.c | 96 struct thermal_instance *instance; in estimate_sustainable_power() 335 struct thermal_instance *instance; in allocate_power() 523 struct thermal_instance *instance; in allow_maximum_power()
|
D | fair_share.c | 91 struct thermal_instance *instance; in fair_share_throttle()
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 481 This function returns the thermal_instance corresponding to a given
|