Searched refs:grip_xt_read_packet (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/input/joystick/ |
D | grip.c | 105 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet() function 198 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 217 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 239 if (grip_xt_read_packet(grip->gameport, (i << 1) + 4, data)) { in grip_poll() 303 if (!grip_xt_read_packet(gameport, (i << 1) + 4, data)) { in grip_connect()
|