Lines Matching refs:usb_xpad
709 struct usb_xpad { struct
749 static int xpad_init_input(struct usb_xpad *xpad); argument
750 static void xpad_deinit_input(struct usb_xpad *xpad);
751 static void xpadone_ack_mode_report(struct usb_xpad *xpad, u8 seq_num);
752 static void xpad360w_poweroff_controller(struct usb_xpad *xpad);
763 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet()
834 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet()
926 struct usb_xpad *xpad = container_of(work, struct usb_xpad, work); in xpad_presence_work()
963 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
998 static void xpadone_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpadone_process_packet()
1157 struct usb_xpad *xpad = urb->context; in xpad_irq_in()
1202 static bool xpad_prepare_next_init_packet(struct usb_xpad *xpad) in xpad_prepare_next_init_packet()
1234 static bool xpad_prepare_next_out_packet(struct usb_xpad *xpad) in xpad_prepare_next_out_packet()
1268 static int xpad_try_sending_next_out_packet(struct usb_xpad *xpad) in xpad_try_sending_next_out_packet()
1291 struct usb_xpad *xpad = urb->context; in xpad_irq_out()
1335 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad, in xpad_init_output()
1372 static void xpad_stop_output(struct usb_xpad *xpad) in xpad_stop_output()
1384 static void xpad_deinit_output(struct usb_xpad *xpad) in xpad_deinit_output()
1393 static int xpad_inquiry_pad_presence(struct usb_xpad *xpad) in xpad_inquiry_pad_presence()
1426 static int xpad_start_xbox_one(struct usb_xpad *xpad) in xpad_start_xbox_one()
1461 static void xpadone_ack_mode_report(struct usb_xpad *xpad, u8 seq_num) in xpadone_ack_mode_report()
1488 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_play_effect()
1578 static int xpad_init_ff(struct usb_xpad *xpad) in xpad_init_ff()
1589 static int xpad_init_ff(struct usb_xpad *xpad) { return 0; } in xpad_init_ff()
1601 struct usb_xpad *xpad;
1624 static void xpad_send_led_command(struct usb_xpad *xpad, int command) in xpad_send_led_command()
1670 static void xpad_identify_controller(struct usb_xpad *xpad) in xpad_identify_controller()
1684 static int xpad_led_probe(struct usb_xpad *xpad) in xpad_led_probe()
1727 static void xpad_led_disconnect(struct usb_xpad *xpad) in xpad_led_disconnect()
1738 static int xpad_led_probe(struct usb_xpad *xpad) { return 0; } in xpad_led_probe()
1739 static void xpad_led_disconnect(struct usb_xpad *xpad) { } in xpad_led_disconnect()
1742 static int xpad_start_input(struct usb_xpad *xpad) in xpad_start_input()
1781 static void xpad_stop_input(struct usb_xpad *xpad) in xpad_stop_input()
1786 static void xpad360w_poweroff_controller(struct usb_xpad *xpad) in xpad360w_poweroff_controller()
1816 static int xpad360w_start_input(struct usb_xpad *xpad) in xpad360w_start_input()
1840 static void xpad360w_stop_input(struct usb_xpad *xpad) in xpad360w_stop_input()
1850 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_open()
1857 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_close()
1864 struct usb_xpad *xpad = input_get_drvdata(input_dev); in xpad_set_up_abs()
1893 static void xpad_deinit_input(struct usb_xpad *xpad) in xpad_deinit_input()
1902 static int xpad_init_input(struct usb_xpad *xpad) in xpad_init_input()
2016 struct usb_xpad *xpad; in xpad_probe()
2191 struct usb_xpad *xpad = usb_get_intfdata(intf); in xpad_disconnect()
2217 struct usb_xpad *xpad = usb_get_intfdata(intf); in xpad_suspend()
2250 struct usb_xpad *xpad = usb_get_intfdata(intf); in xpad_resume()