Searched refs:gc_psx_command (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 Dgamecon.c562 * gc_psx_command() writes 8bit command and reads 8bit data from
566 static void gc_psx_command(struct gc *gc, int b, unsigned char *data) function
614 gc_psx_command(gc, 0x01, data2); /* Access pad */
615 gc_psx_command(gc, 0x42, id); /* Get device ids */
616 gc_psx_command(gc, 0, data2); /* Dump status */
631 gc_psx_command(gc, 0, data2);

Completed in 44 milliseconds