Searched refs:thermal_cdev (Results 1 – 3 of 3) sorted by relevance
76 struct thermal_cdev { struct95 typedef int (*cb_tc_t)(struct thermal_cdev *, void *); argument103 LIBTHERMAL_API int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg);140 struct thermal_cdev **tc);
78 static int parse_cdev_get(struct genl_info *info, struct thermal_cdev **cdev) in parse_cdev_get()81 struct thermal_cdev *__cdev = NULL; in parse_cdev_get()410 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev()
22 int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg) in for_each_thermal_cdev()
Completed in 5 milliseconds