Searched refs:grip_xt_read_packet (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/input/joystick/ |
D | grip.c | 120 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet() function 213 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 232 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 254 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 318 if (!grip_xt_read_packet(gameport, (i << 1) + 4, data)) { in grip_connect()
|