Searched refs:gc_psx_command (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/joystick/ |
H A D | gamecon.c | 547 static void gc_psx_command(struct gc *gc, int b, unsigned char *data) in gc_psx_command() function 595 gc_psx_command(gc, 0x01, data2); /* Access pad */ in gc_psx_read_packet() 596 gc_psx_command(gc, 0x42, id); /* Get device ids */ in gc_psx_read_packet() 597 gc_psx_command(gc, 0, data2); /* Dump status */ in gc_psx_read_packet() 612 gc_psx_command(gc, 0, data2); in gc_psx_read_packet()
|