Searched refs:sendflags (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.c162 * sendflags: current I/O status
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
262 if ((sendflags == 0) || ((sendflags & IO_RETRY) && !(pkt & PACKET_MP_DONE)))
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 43 milliseconds