Searched refs:debounce (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c63 int debounce; member in struct:command
221 if ((cmd->debounce == 0) ||
222 ((cmd->debounce == 1) && ((cmd->lastseen == -1) ||
227 if ((cmd->debounce > 1) &&
229 (abs(cmd->lastused - val) >= cmd->debounce))) {
281 char buf[SIZE], name[SIZE], value[SIZE], debounce[SIZE], action[SIZE]; local
307 name, value, debounce, action) != 4) {
352 if (sscanf(debounce, "%d", &cmd->debounce) != 1) {
357 conf, line, debounce);
[all...]

Completed in 80 milliseconds