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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgrip_mp.c154 * After getting a packet successfully, commands encoded by sendcode may
163 * sendcode: data to send to the multiport if sendflags is nonzero
166 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) argument
277 /* Trigger gameport based on bits in sendcode */
290 if (sendcode & 1)
293 sendcode >>= 1;
294 } while (sendcode);
303 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) argument
309 status = mp_io(gameport, sendflags, sendcode, packet);

Completed in 40 milliseconds