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

/linux-4.4.14/drivers/input/joystick/
H A Dtmdc.c143 * tmdc_read_packet() reads a ThrustMaster packet.
146 static int tmdc_read_packet(struct gameport *gameport, unsigned char data[2][TMDC_MAX_LENGTH]) tmdc_read_packet() function
248 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) tmdc_poll()
381 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) { tmdc_connect()

Completed in 68 milliseconds