Lines Matching refs:user_threshold
26 struct user_threshold *entry, *tmp; in __thermal_thresholds_flush()
54 struct user_threshold *t1 = container_of(l1, struct user_threshold, list_node); in __thermal_thresholds_cmp()
55 struct user_threshold *t2 = container_of(l2, struct user_threshold, list_node); in __thermal_thresholds_cmp()
60 static struct user_threshold *__thermal_thresholds_find(const struct list_head *thresholds, in __thermal_thresholds_find()
63 struct user_threshold *t; in __thermal_thresholds_find()
75 struct user_threshold *t; in thermal_thresholds_handle_raising()
93 struct user_threshold *t; in thermal_thresholds_handle_dropping()
111 struct user_threshold *t; in thermal_threshold_find_boundaries()
172 struct user_threshold *t; in thermal_thresholds_add()
206 struct user_threshold *t; in thermal_thresholds_delete()
229 int (*cb)(struct user_threshold *, void *arg), void *arg) in thermal_thresholds_for_each() argument
232 struct user_threshold *entry; in thermal_thresholds_for_each()