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

/linux-4.1.27/drivers/input/joystick/
H A Dgrip.c121 * grip_xt_read_packet() reads a Gravis Xterminator packet.
124 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) grip_xt_read_packet() function
217 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { grip_poll()
236 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { grip_poll()
258 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { grip_poll()
322 if (!grip_xt_read_packet(gameport, (i << 1) + 4, data)) { grip_connect()

Completed in 29 milliseconds