Home
last modified time | relevance | path

Searched refs:usb_xpad (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dxpad.c593 struct usb_xpad { struct
631 static int xpad_init_input(struct usb_xpad *xpad); argument
632 static void xpad_deinit_input(struct usb_xpad *xpad);
633 static void xpadone_ack_mode_report(struct usb_xpad *xpad, u8 seq_num);
644 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet()
714 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet()
789 struct usb_xpad *xpad = container_of(work, struct usb_xpad, work); in xpad_presence_work()
826 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet()
861 static void xpadone_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpadone_process_packet()
947 struct usb_xpad *xpad = urb->context; in xpad_irq_in()
[all …]