thermal_fan
fan->fan.set = (int (*)(struct thermal_fan *, int))
fan->fan.set = (int (*)(struct thermal_fan *, int))
struct thermal_fan fan;
thermal_fan_register(struct thermal_fan *fan)
struct thermal_fan *fan;
int (*read)(struct thermal_fan *);
int (*set)(struct thermal_fan *, int value);
void thermal_fan_register(struct thermal_fan *);