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

/linux-4.4.14/drivers/input/joystick/
H A Dgrip_mp.c151 * After getting a packet successfully, commands encoded by sendcode may
160 * sendcode: data to send to the multiport if sendflags is nonzero
163 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) mp_io() argument
274 /* Trigger gameport based on bits in sendcode */ mp_io()
287 if (sendcode & 1) mp_io()
290 sendcode >>= 1; mp_io()
291 } while (sendcode); mp_io()
300 static int multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) multiport_io() argument
306 status = mp_io(gameport, sendflags, sendcode, packet); multiport_io()

Completed in 50 milliseconds