Searched refs:thermal_cdev (Results 1 – 3 of 3) sorted by relevance
56 struct thermal_cdev { struct75 typedef int (*cb_tc_t)(struct thermal_cdev *, void *); argument81 LIBTHERMAL_API int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg);116 struct thermal_cdev **tc);
72 static int parse_cdev_get(struct genl_info *info, struct thermal_cdev **cdev) in parse_cdev_get()75 struct thermal_cdev *__cdev = NULL; in parse_cdev_get()296 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev()
8 int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg) in for_each_thermal_cdev()
Completed in 5 milliseconds