Searched refs:debounce_callout (Results 1 – 1 of 1) sorted by relevance
111 struct callout debounce_callout; member267 if (!callout_pending(&key->debounce_callout)) in gpiokey_intr()268 callout_reset(&key->debounce_callout, debounce_ticks, in gpiokey_intr()285 callout_init_mtx(&key->debounce_callout, &key->mtx, 0); in gpiokeys_attach_key()383 if (callout_pending(&key->debounce_callout)) in gpiokeys_detach_key()384 callout_drain(&key->debounce_callout); in gpiokeys_detach_key()