Lines Matching defs:xpad

761 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data)  in xpad_process_packet()
832 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet()
924 struct usb_xpad *xpad = container_of(work, struct usb_xpad, work); in xpad_presence_work() local
961 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
996 static void xpadone_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpadone_process_packet()
1155 struct usb_xpad *xpad = urb->context; in xpad_irq_in() local
1200 static bool xpad_prepare_next_init_packet(struct usb_xpad *xpad) in xpad_prepare_next_init_packet()
1232 static bool xpad_prepare_next_out_packet(struct usb_xpad *xpad) in xpad_prepare_next_out_packet()
1266 static int xpad_try_sending_next_out_packet(struct usb_xpad *xpad) in xpad_try_sending_next_out_packet()
1289 struct usb_xpad *xpad = urb->context; in xpad_irq_out() local
1333 static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad, in xpad_init_output()
1370 static void xpad_stop_output(struct usb_xpad *xpad) in xpad_stop_output()
1382 static void xpad_deinit_output(struct usb_xpad *xpad) in xpad_deinit_output()
1391 static int xpad_inquiry_pad_presence(struct usb_xpad *xpad) in xpad_inquiry_pad_presence()
1424 static int xpad_start_xbox_one(struct usb_xpad *xpad) in xpad_start_xbox_one()
1459 static void xpadone_ack_mode_report(struct usb_xpad *xpad, u8 seq_num) in xpadone_ack_mode_report()
1486 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_play_effect() local
1576 static int xpad_init_ff(struct usb_xpad *xpad) in xpad_init_ff()
1587 static int xpad_init_ff(struct usb_xpad *xpad) { return 0; } in xpad_init_ff()
1599 struct usb_xpad *xpad; member
1622 static void xpad_send_led_command(struct usb_xpad *xpad, int command) in xpad_send_led_command()
1668 static void xpad_identify_controller(struct usb_xpad *xpad) in xpad_identify_controller()
1682 static int xpad_led_probe(struct usb_xpad *xpad) in xpad_led_probe()
1725 static void xpad_led_disconnect(struct usb_xpad *xpad) in xpad_led_disconnect()
1736 static int xpad_led_probe(struct usb_xpad *xpad) { return 0; } in xpad_led_probe()
1737 static void xpad_led_disconnect(struct usb_xpad *xpad) { } in xpad_led_disconnect()
1740 static int xpad_start_input(struct usb_xpad *xpad) in xpad_start_input()
1779 static void xpad_stop_input(struct usb_xpad *xpad) in xpad_stop_input()
1784 static void xpad360w_poweroff_controller(struct usb_xpad *xpad) in xpad360w_poweroff_controller()
1814 static int xpad360w_start_input(struct usb_xpad *xpad) in xpad360w_start_input()
1838 static void xpad360w_stop_input(struct usb_xpad *xpad) in xpad360w_stop_input()
1848 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_open() local
1855 struct usb_xpad *xpad = input_get_drvdata(dev); in xpad_close() local
1862 struct usb_xpad *xpad = input_get_drvdata(input_dev); in xpad_set_up_abs() local
1891 static void xpad_deinit_input(struct usb_xpad *xpad) in xpad_deinit_input()
1900 static int xpad_init_input(struct usb_xpad *xpad) in xpad_init_input()
2014 struct usb_xpad *xpad; in xpad_probe() local
2189 struct usb_xpad *xpad = usb_get_intfdata(intf); in xpad_disconnect() local
2215 struct usb_xpad *xpad = usb_get_intfdata(intf); in xpad_suspend() local
2248 struct usb_xpad *xpad = usb_get_intfdata(intf); in xpad_resume() local