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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgamecon.c408 * gc_psx_command() writes 8bit command and reads 8bit data from
412 static void gc_psx_command(struct gc *gc, int b, unsigned char data[GC_MAX_DEVICES]) function
450 gc_psx_command(gc, 0x01, data2); /* Access pad */
451 gc_psx_command(gc, 0x42, id); /* Get device ids */
452 gc_psx_command(gc, 0, data2); /* Dump status */
461 gc_psx_command(gc, 0, data2);

Completed in 89 milliseconds