Lines Matching defs:gc
89 struct gc { struct
91 struct gc_pad pads[GC_MAX_DEVICES]; argument
103 static struct gc *gc_base[3]; argument
149 static void gc_n64_send_command(struct gc *gc, unsigned long cmd, in gc_n64_send_command()
163 static void gc_n64_send_stop_bit(struct gc *gc, unsigned char target) in gc_n64_send_stop_bit()
181 static void gc_n64_read_packet(struct gc *gc, unsigned char *data) in gc_n64_read_packet()
221 static void gc_n64_process_packet(struct gc *gc) in gc_n64_process_packet()
271 struct gc *gc = input_get_drvdata(dev); in gc_n64_play_effect() local
357 static void gc_nes_read_packet(struct gc *gc, int length, unsigned char *data) in gc_nes_read_packet()
374 static void gc_nes_process_packet(struct gc *gc) in gc_nes_process_packet()
476 static void gc_multi_read_packet(struct gc *gc, int length, unsigned char *data) in gc_multi_read_packet()
486 static void gc_multi_process_packet(struct gc *gc) in gc_multi_process_packet()
566 static void gc_psx_command(struct gc *gc, int b, unsigned char *data) in gc_psx_command()
597 static void gc_psx_read_packet(struct gc *gc, in gc_psx_read_packet()
725 static void gc_psx_process_packet(struct gc *gc) in gc_psx_process_packet()
747 struct gc *gc = (void *) private; in gc_timer() local
785 struct gc *gc = input_get_drvdata(dev); in gc_open() local
804 struct gc *gc = input_get_drvdata(dev); in gc_close() local
815 static int gc_setup_pad(struct gc *gc, int idx, int pad_type) in gc_setup_pad()
932 struct gc *gc; in gc_attach() local
1006 struct gc *gc; in gc_detach() local