Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dtmdc.c127 * tmdc_read_packet() reads a ThrustMaster packet.
130 static int tmdc_read_packet(struct gameport *gameport, unsigned char data[2][TMDC_MAX_LENGTH]) in tmdc_read_packet() function
232 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll()
365 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) { in tmdc_connect()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dtmdc.c124 * tmdc_read_packet() reads a ThrustMaster packet.
127 static int tmdc_read_packet(struct gameport *gameport, unsigned char data[2][TMDC_MAX_LENGTH]) in tmdc_read_packet() function
229 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll()
362 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) { in tmdc_connect()

Completed in 2 milliseconds