Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dgf2k.c75 * gf2k_read_packet() reads a Genius Flight2000 packet.
78 static int gf2k_read_packet(struct gameport *gameport, int length, char *data) in gf2k_read_packet() function
196 if (gf2k_read_packet(gf2k->gameport, gf2k_length[gf2k->id], data) < gf2k_length[gf2k->id]) in gf2k_poll()
252 if (gf2k_read_packet(gameport, GF2K_LENGTH, data) < 12) { in gf2k_connect()
313 gf2k_read_packet(gameport, gf2k->length, data); in gf2k_connect()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dgf2k.c72 * gf2k_read_packet() reads a Genius Flight2000 packet.
75 static int gf2k_read_packet(struct gameport *gameport, int length, char *data) in gf2k_read_packet() function
193 if (gf2k_read_packet(gf2k->gameport, gf2k_length[gf2k->id], data) < gf2k_length[gf2k->id]) in gf2k_poll()
249 if (gf2k_read_packet(gameport, GF2K_LENGTH, data) < 12) { in gf2k_connect()
310 gf2k_read_packet(gameport, gf2k->length, data); in gf2k_connect()

Completed in 2 milliseconds