Searched defs:xpad (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 800 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet() 871 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet() 963 struct usb_xpad *xpad = container_of(work, struct usb_xpad, work); in xpad_presence_work() local 1000 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet() 1035 static void xpadone_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data, u32 len) in xpadone_process_packet() 1209 struct usb_xpad *xpad = urb->context; in xpad_irq_in() local 1254 static bool xpad_prepare_next_init_packet(struct usb_xpad *xpad) in xpad_prepare_next_init_packet() 1294 static bool xpad_prepare_next_out_packet(struct usb_xpad *xpad) in xpad_prepare_next_out_packet() 1328 static int xpad_try_sending_next_out_packet(struct usb_xpad *xpad) in xpad_try_sending_next_out_packet() 1352 struct usb_xpad *xpad = urb->context; in xpad_irq_out() local [all …]
|