Searched refs:thermal_instance (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/thermal/ |
| D | thermal_helpers.c | 44 struct thermal_instance * 48 struct thermal_instance *pos = NULL; in get_thermal_instance() 49 struct thermal_instance *target_instance = NULL; in get_thermal_instance() 190 struct thermal_instance *instance; in thermal_cdev_update()
|
| D | thermal_core.h | 73 struct thermal_instance *ti, u32 power); 90 struct thermal_instance * 100 struct thermal_instance { struct
|
| D | gov_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 | 953 struct thermal_instance *instance; in trip_point_show() 956 container_of(attr, struct thermal_instance, attr); in trip_point_show() 967 struct thermal_instance *instance; in weight_show() 969 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_show() 977 struct thermal_instance *instance; in weight_store() 984 instance = container_of(attr, struct thermal_instance, weight_attr); in weight_store()
|
| D | gov_fair_share.c | 80 struct thermal_instance *instance; in fair_share_throttle()
|
| D | gov_power_allocator.c | 89 struct thermal_instance *instance; in estimate_sustainable_power() 328 struct thermal_instance *instance; in allocate_power() 516 struct thermal_instance *instance; in allow_maximum_power()
|
| D | thermal_core.c | 476 struct thermal_instance *pos; in thermal_zone_device_init() 663 struct thermal_instance *instance, u32 power) in power_actor_set_power() 826 struct thermal_instance *dev; in thermal_zone_bind_cooling_device() 827 struct thermal_instance *pos; in thermal_zone_bind_cooling_device() 949 struct thermal_instance *pos, *next; in thermal_zone_unbind_cooling_device()
|
| /Linux-v5.10/include/linux/ |
| D | thermal.h | 37 struct thermal_instance;
|
| /Linux-v5.10/Documentation/driver-api/thermal/ |
| D | sysfs-api.rst | 743 This function returns the thermal_instance corresponding to a given
|