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

  /src/sys/dev/fdt/
gpiokeys.c 163 u_int debounce, input_type, code; local in function:gpiokeys_attach
174 if (of_getprop_uint32(child, "linux,input-type", &input_type))
175 input_type = EV_KEY; /* default */
200 switch (input_type) {
gpiokeys.c 163 u_int debounce, input_type, code; local in function:gpiokeys_attach
174 if (of_getprop_uint32(child, "linux,input-type", &input_type))
175 input_type = EV_KEY; /* default */
200 switch (input_type) {

Completed in 21 milliseconds