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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Danalog.c161 * analog_decode() decodes analog joystick data and reports input events.
164 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) function
319 analog_decode(port->analog + i, port->axes, port->initial, port->buttons);
489 analog_decode(analog, port->axes, port->initial, port->buttons);

Completed in 30 milliseconds