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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dtmdc.c133 * tmdc_read_packet() reads a ThrustMaster packet.
136 static int tmdc_read_packet(struct gameport *gameport, unsigned char data[2][TMDC_MAX_LENGTH]) function
238 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists)
371 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) {

Completed in 104 milliseconds