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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgrip_mp.c152 * After getting a packet successfully, commands encoded by sendcode may
161 * sendcode: data to send to the multiport if sendflags is nonzero
164 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) argument
275 /* Trigger gameport based on bits in sendcode */
288 if (sendcode & 1)
291 sendcode >>= 1;
292 } while (sendcode);
301 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) argument
307 status = mp_io(gameport, sendflags, sendcode, packet);

Completed in 52 milliseconds