Lines Matching defs:xpad
359 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet()
429 static void xpad360_process_packet(struct usb_xpad *xpad, in xpad360_process_packet()
506 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
529 static void xpadone_process_buttons(struct usb_xpad *xpad, in xpadone_process_buttons()
605 static void xpadone_process_packet(struct usb_xpad *xpad, in xpadone_process_packet()
625 struct usb_xpad *xpad = urb->context; in xpad_irq_in() local
671 struct usb_xpad *xpad = urb->context; in xpad_bulk_out() local
693 struct usb_xpad *xpad = urb->context; in xpad_irq_out() local
725 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) in xpad_init_output()
766 static void xpad_stop_output(struct usb_xpad *xpad) in xpad_stop_output()
772 static void xpad_deinit_output(struct usb_xpad *xpad) in xpad_deinit_output()
784 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_play_effect() local
861 static int xpad_init_ff(struct usb_xpad *xpad) in xpad_init_ff()
872 static int xpad_init_ff(struct usb_xpad *xpad) { return 0; } in xpad_init_ff()
881 struct usb_xpad *xpad; member
884 static void xpad_send_led_command(struct usb_xpad *xpad, int command) in xpad_send_led_command()
906 static int xpad_led_probe(struct usb_xpad *xpad) in xpad_led_probe()
945 static void xpad_led_disconnect(struct usb_xpad *xpad) in xpad_led_disconnect()
955 static int xpad_led_probe(struct usb_xpad *xpad) { return 0; } in xpad_led_probe()
956 static void xpad_led_disconnect(struct usb_xpad *xpad) { } in xpad_led_disconnect()
962 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_open() local
985 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_close() local
995 struct usb_xpad *xpad = input_get_drvdata(input_dev); in xpad_set_up_abs() local
1022 struct usb_xpad *xpad; in xpad_probe() local
1248 struct usb_xpad *xpad = usb_get_intfdata (intf); in xpad_disconnect() local