Searched refs:grip_xt_read_packet (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | grip.c | 126 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet() function 217 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_timer() 236 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_timer() 258 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_timer() 323 if (!grip_xt_read_packet(gameport, (i << 1) + 4, data)) { in grip_connect()
|