Symbol: thermal_instance
drivers/thermal/gov_bang_bang.c
37
static void bang_bang_set_instance_target(struct thermal_instance *instance,
drivers/thermal/gov_bang_bang.c
68
struct thermal_instance *instance;
drivers/thermal/gov_bang_bang.c
83
struct thermal_instance *instance;
drivers/thermal/gov_fair_share.c
67
struct thermal_instance *instance;
drivers/thermal/gov_power_allocator.c
100
static bool power_actor_is_valid(struct thermal_instance *instance)
drivers/thermal/gov_power_allocator.c
121
struct thermal_instance *instance;
drivers/thermal/gov_power_allocator.c
315
struct thermal_instance *instance, u32 power)
drivers/thermal/gov_power_allocator.c
413
struct thermal_instance *instance;
drivers/thermal/gov_power_allocator.c
550
struct thermal_instance *instance;
drivers/thermal/gov_power_allocator.c
592
struct thermal_instance *instance;
drivers/thermal/gov_power_allocator.c
646
struct thermal_instance *instance;
drivers/thermal/gov_power_allocator.c
664
struct thermal_instance *instance;
drivers/thermal/gov_step_wise.c
120
struct thermal_instance *instance;
drivers/thermal/gov_step_wise.c
32
static unsigned long get_target_state(struct thermal_instance *instance,
drivers/thermal/gov_step_wise.c
89
struct thermal_instance *instance;
drivers/thermal/thermal_core.c
1264
struct thermal_instance *ti;
drivers/thermal/thermal_core.c
1412
struct thermal_instance *instance;
drivers/thermal/thermal_core.c
793
static int thermal_instance_add(struct thermal_instance *new_instance,
drivers/thermal/thermal_core.c
797
struct thermal_instance *instance;
drivers/thermal/thermal_core.c
831
struct thermal_instance *dev;
drivers/thermal/thermal_core.c
914
static void thermal_instance_delete(struct thermal_instance *instance)
drivers/thermal/thermal_core.c
937
struct thermal_instance *pos, *next;
drivers/thermal/thermal_helpers.c
168
struct thermal_instance *instance;
drivers/thermal/thermal_helpers.c
47
struct thermal_instance *ti;
drivers/thermal/thermal_sysfs.c
845
struct thermal_instance *instance;
drivers/thermal/thermal_sysfs.c
847
instance = container_of(attr, struct thermal_instance, attr);
drivers/thermal/thermal_sysfs.c
855
struct thermal_instance *instance;
drivers/thermal/thermal_sysfs.c
857
instance = container_of(attr, struct thermal_instance, weight_attr);
drivers/thermal/thermal_sysfs.c
866
struct thermal_instance *instance;
drivers/thermal/thermal_sysfs.c
873
instance = container_of(attr, struct thermal_instance, weight_attr);
include/linux/thermal.h
34
struct thermal_instance;