Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dgf2k.c75 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()