Searched refs:thermal_instance (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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 | 37 static unsigned long get_target_state(struct thermal_instance *instance, in get_target_state() 121 struct thermal_instance *instance; in thermal_zone_trip_update() 188 struct thermal_instance *instance; in step_wise_throttle()
|
| D | gov_bang_bang.c | 19 struct thermal_instance *instance; in thermal_zone_trip_update() 101 struct thermal_instance *instance; in bang_bang_control()
|
| D | thermal_sysfs.c | 969 struct thermal_instance *instance; in trip_point_show() 972 container_of(attr, struct thermal_instance, attr); in trip_point_show() 983 struct thermal_instance *instance; in weight_show() 985 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_show() 993 struct thermal_instance *instance; in weight_store() 1000 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_store()
|
| D | fair_share.c | 80 struct thermal_instance *instance; in fair_share_throttle()
|
| 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 | 38 struct thermal_instance { struct
|
| D | thermal_core.c | 462 struct thermal_instance *pos; in thermal_zone_device_init() 591 struct thermal_instance *instance, u32 power) in power_actor_set_power() 687 struct thermal_instance *dev; in thermal_zone_bind_cooling_device() 688 struct thermal_instance *pos; in thermal_zone_bind_cooling_device() 810 struct thermal_instance *pos, *next; in thermal_zone_unbind_cooling_device()
|
| /Linux-v5.4/include/linux/ |
| D | thermal.h | 59 struct thermal_instance; 429 struct thermal_instance *, u32); 462 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *, 477 struct thermal_instance *tz, u32 power) in power_actor_set_power() 536 static inline struct thermal_instance *
|
| /Linux-v5.4/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 757 This function returns the thermal_instance corresponding to a given
|