mv_gpio_debounce
static void mv_gpio_debounce(void *);
callout_reset(c, DEBOUNCE_CHECK_TICKS, mv_gpio_debounce, sd);
DEBOUNCE_CHECK_TICKS, mv_gpio_debounce, arg);