Home
last modified time | relevance | path

Searched refs:user_threshold (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_thresholds.c26 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()
[all …]
H A Dthermal_netlink.c650 static int __thermal_genl_cmd_threshold_get(struct user_threshold *threshold, void *arg) in __thermal_genl_cmd_threshold_get()