Lines Matching refs:usb_xpad
320 struct usb_xpad { struct
357 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet() argument
427 static void xpad360_process_packet(struct usb_xpad *xpad, in xpad360_process_packet()
498 static void xpad_identify_controller(struct usb_xpad *xpad);
514 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
541 static void xpadone_process_buttons(struct usb_xpad *xpad, in xpadone_process_buttons()
617 static void xpadone_process_packet(struct usb_xpad *xpad, in xpadone_process_packet()
637 struct usb_xpad *xpad = urb->context; in xpad_irq_in()
683 struct usb_xpad *xpad = urb->context; in xpad_irq_out()
715 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) in xpad_init_output()
756 static void xpad_stop_output(struct usb_xpad *xpad) in xpad_stop_output()
762 static void xpad_deinit_output(struct usb_xpad *xpad) in xpad_deinit_output()
771 static int xpad_inquiry_pad_presence(struct usb_xpad *xpad) in xpad_inquiry_pad_presence()
801 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_play_effect()
876 static int xpad_init_ff(struct usb_xpad *xpad) in xpad_init_ff()
887 static int xpad_init_ff(struct usb_xpad *xpad) { return 0; } in xpad_init_ff()
899 struct usb_xpad *xpad;
922 static void xpad_send_led_command(struct usb_xpad *xpad, int command) in xpad_send_led_command()
960 static void xpad_identify_controller(struct usb_xpad *xpad) in xpad_identify_controller()
974 static int xpad_led_probe(struct usb_xpad *xpad) in xpad_led_probe()
1023 static void xpad_led_disconnect(struct usb_xpad *xpad) in xpad_led_disconnect()
1034 static int xpad_led_probe(struct usb_xpad *xpad) { return 0; } in xpad_led_probe()
1035 static void xpad_led_disconnect(struct usb_xpad *xpad) { } in xpad_led_disconnect()
1036 static void xpad_identify_controller(struct usb_xpad *xpad) { } in xpad_identify_controller()
1041 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_open()
1064 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_close()
1074 struct usb_xpad *xpad = input_get_drvdata(input_dev); in xpad_set_up_abs()
1098 static void xpad_deinit_input(struct usb_xpad *xpad) in xpad_deinit_input()
1104 static int xpad_init_input(struct usb_xpad *xpad) in xpad_init_input()
1198 struct usb_xpad *xpad; in xpad_probe()
1219 xpad = kzalloc(sizeof(struct usb_xpad), GFP_KERNEL); in xpad_probe()
1328 struct usb_xpad *xpad = usb_get_intfdata (intf); in xpad_disconnect()