Searched refs:thermal_instance (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | thermal_helpers.c | 43 struct thermal_instance * 47 struct thermal_instance *pos = NULL; in get_thermal_instance() 48 struct thermal_instance *target_instance = NULL; in get_thermal_instance() 168 struct thermal_instance *instance; in thermal_cdev_update()
|
D | step_wise.c | 49 static unsigned long get_target_state(struct thermal_instance *instance, in get_target_state() 133 struct thermal_instance *instance; in thermal_zone_trip_update() 200 struct thermal_instance *instance; in step_wise_throttle()
|
D | gov_bang_bang.c | 29 struct thermal_instance *instance; in thermal_zone_trip_update() 111 struct thermal_instance *instance; in bang_bang_control()
|
D | thermal_sysfs.c | 966 struct thermal_instance *instance; in trip_point_show() 969 container_of(attr, struct thermal_instance, attr); in trip_point_show() 980 struct thermal_instance *instance; in weight_show() 982 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_show() 990 struct thermal_instance *instance; in weight_store() 997 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_store()
|
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 | thermal_core.h | 23 struct thermal_instance { struct
|
D | fair_share.c | 92 struct thermal_instance *instance; in fair_share_throttle()
|
D | thermal_core.c | 456 struct thermal_instance *pos; in thermal_zone_device_reset() 581 struct thermal_instance *instance, u32 power) in power_actor_set_power() 677 struct thermal_instance *dev; in thermal_zone_bind_cooling_device() 678 struct thermal_instance *pos; in thermal_zone_bind_cooling_device() 800 struct thermal_instance *pos, *next; in thermal_zone_unbind_cooling_device()
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 59 struct thermal_instance; 429 struct thermal_instance *, u32); 457 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, 472 struct thermal_instance *tz, u32 power) in power_actor_set_power() 523 static inline struct thermal_instance *
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 600 This function returns the thermal_instance corresponding to a given
|