Lines Matching defs:gc

89 struct gc {  struct
91 struct gc_pad pads[GC_MAX_DEVICES]; argument
102 static struct gc *gc_base[3]; argument
148 static void gc_n64_send_command(struct gc *gc, unsigned long cmd, in gc_n64_send_command()
162 static void gc_n64_send_stop_bit(struct gc *gc, unsigned char target) in gc_n64_send_stop_bit()
180 static void gc_n64_read_packet(struct gc *gc, unsigned char *data) in gc_n64_read_packet()
220 static void gc_n64_process_packet(struct gc *gc) in gc_n64_process_packet()
270 struct gc *gc = input_get_drvdata(dev); in gc_n64_play_effect() local
356 static void gc_nes_read_packet(struct gc *gc, int length, unsigned char *data) in gc_nes_read_packet()
373 static void gc_nes_process_packet(struct gc *gc) in gc_nes_process_packet()
475 static void gc_multi_read_packet(struct gc *gc, int length, unsigned char *data) in gc_multi_read_packet()
485 static void gc_multi_process_packet(struct gc *gc) in gc_multi_process_packet()
565 static void gc_psx_command(struct gc *gc, int b, unsigned char *data) in gc_psx_command()
596 static void gc_psx_read_packet(struct gc *gc, in gc_psx_read_packet()
724 static void gc_psx_process_packet(struct gc *gc) in gc_psx_process_packet()
746 struct gc *gc = (void *) private; in gc_timer() local
784 struct gc *gc = input_get_drvdata(dev); in gc_open() local
803 struct gc *gc = input_get_drvdata(dev); in gc_close() local
814 static int __init gc_setup_pad(struct gc *gc, int idx, int pad_type) in gc_setup_pad()
931 struct gc *gc; in gc_probe() local
997 static void gc_remove(struct gc *gc) in gc_remove()