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

/linux-4.1.27/drivers/input/joystick/
H A Dsidewinder.c297 * sw_parse() analyzes SideWinder joystick data, and writes the results into
301 static int sw_parse(unsigned char *buf, struct sw *sw) sw_parse() function
453 if (i == sw->length && !sw_parse(buf, sw)) { /* Parse data */ sw_read()

Completed in 38 milliseconds