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