• Home
  • Raw
  • Download

Lines Matching defs:gc

73 struct gc {  struct
75 struct gc_pad pads[GC_MAX_DEVICES]; argument
87 static struct gc *gc_base[3]; argument
133 static void gc_n64_send_command(struct gc *gc, unsigned long cmd, in gc_n64_send_command()
147 static void gc_n64_send_stop_bit(struct gc *gc, unsigned char target) in gc_n64_send_stop_bit()
165 static void gc_n64_read_packet(struct gc *gc, unsigned char *data) in gc_n64_read_packet()
205 static void gc_n64_process_packet(struct gc *gc) in gc_n64_process_packet()
255 struct gc *gc = input_get_drvdata(dev); in gc_n64_play_effect() local
341 static void gc_nes_read_packet(struct gc *gc, int length, unsigned char *data) in gc_nes_read_packet()
358 static void gc_nes_process_packet(struct gc *gc) in gc_nes_process_packet()
460 static void gc_multi_read_packet(struct gc *gc, int length, unsigned char *data) in gc_multi_read_packet()
470 static void gc_multi_process_packet(struct gc *gc) in gc_multi_process_packet()
550 static void gc_psx_command(struct gc *gc, int b, unsigned char *data) in gc_psx_command()
581 static void gc_psx_read_packet(struct gc *gc, in gc_psx_read_packet()
710 static void gc_psx_process_packet(struct gc *gc) in gc_psx_process_packet()
732 struct gc *gc = from_timer(gc, t, timer); in gc_timer() local
770 struct gc *gc = input_get_drvdata(dev); in gc_open() local
789 struct gc *gc = input_get_drvdata(dev); in gc_close() local
800 static int gc_setup_pad(struct gc *gc, int idx, int pad_type) in gc_setup_pad()
924 struct gc *gc; in gc_attach() local
998 struct gc *gc; in gc_detach() local