smu_fan
void smu_firmware_probe(struct smu_softc *, struct smu_fan *);
int smu_fan_set_rpm(struct smu_softc *, struct smu_fan *, u_int16_t);
int smu_fan_set_pwm(struct smu_softc *, struct smu_fan *, u_int16_t);
int smu_fan_read_rpm(struct smu_softc *, struct smu_fan *, u_int16_t *);
int smu_fan_read_pwm(struct smu_softc *, struct smu_fan *, u_int16_t *,
int smu_fan_refresh(struct smu_softc *, struct smu_fan *);
int smu_fan_set_rpm_thermal(struct smu_fan *, int);
int smu_fan_set_pwm_thermal(struct smu_fan *, int);
struct smu_fan *fan;
smu_firmware_probe(struct smu_softc *sc, struct smu_fan *fan)
smu_fan_set_rpm(struct smu_softc *sc, struct smu_fan *fan, u_int16_t rpm)
smu_fan_set_pwm(struct smu_softc *sc, struct smu_fan *fan, u_int16_t pwm)
smu_fan_read_rpm(struct smu_softc *sc, struct smu_fan *fan, u_int16_t *rpm)
smu_fan_read_pwm(struct smu_softc *sc, struct smu_fan *fan, u_int16_t *pwm,
smu_fan_refresh(struct smu_softc *sc, struct smu_fan *fan)
struct smu_fan sc_fans[SMU_MAXFANS];
smu_fan_set_rpm_thermal(struct smu_fan *fan, int rpm)
smu_fan_set_pwm_thermal(struct smu_fan *fan, int pwm)