Searched refs:grip_xt_read_packet (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/input/joystick/ |
D | grip.c | 108 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet() function 201 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 220 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 242 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 306 if (!grip_xt_read_packet(gameport, (i << 1) + 4, data)) { in grip_connect()
|