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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Danalog.c178 * analog_decode() decodes analog joystick data and reports input events.
181 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) function
337 analog_decode(port->analog + i, port->axes, port->initial, port->buttons);
508 analog_decode(analog, port->axes, port->initial, port->buttons);

Completed in 41 milliseconds