Searched refs:gc_psx_command (Results 1 – 1 of 1) sorted by relevance
/drivers/input/joystick/ |
D | gamecon.c | 550 static void gc_psx_command(struct gc *gc, int b, unsigned char *data) in gc_psx_command() function 598 gc_psx_command(gc, 0x01, data2); /* Access pad */ in gc_psx_read_packet() 599 gc_psx_command(gc, 0x42, id); /* Get device ids */ in gc_psx_read_packet() 600 gc_psx_command(gc, 0, data2); /* Dump status */ in gc_psx_read_packet() 615 gc_psx_command(gc, 0, data2); in gc_psx_read_packet()
|