Lines Matching defs:xpad
292 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet()
362 static void xpad360_process_packet(struct usb_xpad *xpad, in xpad360_process_packet()
439 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
459 struct usb_xpad *xpad = urb->context; in xpad_irq_in() local
547 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) in xpad_init_output()
584 static void xpad_stop_output(struct usb_xpad *xpad) in xpad_stop_output()
590 static void xpad_deinit_output(struct usb_xpad *xpad) in xpad_deinit_output()
599 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) { return 0; } in xpad_init_output()
600 static void xpad_deinit_output(struct usb_xpad *xpad) {} in xpad_deinit_output()
601 static void xpad_stop_output(struct usb_xpad *xpad) {} in xpad_stop_output()
607 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_play_effect() local
666 static int xpad_init_ff(struct usb_xpad *xpad) in xpad_init_ff()
677 static int xpad_init_ff(struct usb_xpad *xpad) { return 0; } in xpad_init_ff()
686 struct usb_xpad *xpad; member
689 static void xpad_send_led_command(struct usb_xpad *xpad, int command) in xpad_send_led_command()
711 static int xpad_led_probe(struct usb_xpad *xpad) in xpad_led_probe()
750 static void xpad_led_disconnect(struct usb_xpad *xpad) in xpad_led_disconnect()
760 static int xpad_led_probe(struct usb_xpad *xpad) { return 0; } in xpad_led_probe()
761 static void xpad_led_disconnect(struct usb_xpad *xpad) { } in xpad_led_disconnect()
767 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_open() local
782 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_close() local
815 struct usb_xpad *xpad; in xpad_probe() local
1015 struct usb_xpad *xpad = usb_get_intfdata (intf); in xpad_disconnect() local