HomeSort by: relevance | last modified time | path
    Searched defs:debounce (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
tx39iovar.h 37 txreg_t debounce; /* IO */ member in union:tx39io_port_status::__anona2f51695010a
  /src/sys/dev/fdt/
gpiokeys.c 163 u_int debounce, input_type, code; local in function:gpiokeys_attach
178 if (of_getprop_uint32(child, "debounce-interval", &debounce))
179 debounce = 5; /* default */
194 key->key_debounce = debounce;

Completed in 50 milliseconds