wpi_calib_timeout
wpi_calib_timeout(sc);
callout_reset(&sc->calib_to, 60*hz, wpi_calib_timeout, sc);
static void wpi_calib_timeout(void *);