Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dsidewinder.c281 * sw_parse() analyzes SideWinder joystick data, and writes the results into
285 static int sw_parse(unsigned char *buf, struct sw *sw) in sw_parse() function
437 if (i == sw->length && !sw_parse(buf, sw)) { /* Parse data */ in sw_read()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dsidewinder.c278 * sw_parse() analyzes SideWinder joystick data, and writes the results into
282 static int sw_parse(unsigned char *buf, struct sw *sw) in sw_parse() function
434 if (i == sw->length && !sw_parse(buf, sw)) { /* Parse data */ in sw_read()

Completed in 3 milliseconds