fcu_fan_get_rpm
static int fcu_fan_get_rpm(struct fcu_fan *fan);
fcu_fan_get_rpm(&sc->sc_fans[j]);
(int (*)(struct pmac_fan *))(fcu_fan_get_rpm);
rpm = fcu_fan_get_rpm(fan);