Home
last modified time | relevance | path

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

/drivers/input/joystick/
Dxpad.c643 static int xpad_init_input(struct usb_xpad *xpad);
644 static void xpad_deinit_input(struct usb_xpad *xpad);
645 static void xpadone_ack_mode_report(struct usb_xpad *xpad, u8 seq_num);
656 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet() argument
658 struct input_dev *dev = xpad->dev; in xpad_process_packet()
660 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad_process_packet()
675 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad_process_packet()
684 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
726 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet() argument
734 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
[all …]
DMakefile40 obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
DKconfig304 <file:Documentation/input/devices/xpad.rst>.
307 module will be called xpad.
/drivers/crypto/
Dixp4xx_crypto.c679 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var() argument
709 pad[i] ^= xpad; in register_chain_var()