thermal_cdev
thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc)
static int parse_cdev_get(struct genl_info *info, struct thermal_cdev **cdev)
struct thermal_cdev *__cdev = NULL;
LIBTHERMAL_API int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg);
struct thermal_cdev **tc);
typedef int (*cb_tc_t)(struct thermal_cdev *, void *);
int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg)