Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/
Dxpad.c359 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet() argument
361 struct input_dev *dev = xpad->dev; in xpad_process_packet()
363 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad_process_packet()
378 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad_process_packet()
387 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
429 static void xpad360_process_packet(struct usb_xpad *xpad, in xpad360_process_packet() argument
432 struct input_dev *dev = xpad->dev; in xpad360_process_packet()
435 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
465 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad360_process_packet()
480 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad360_process_packet()
[all …]
DMakefile32 obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
DKconfig289 <file:Documentation/input/xpad.txt>.
292 module will be called xpad.
/linux-4.1.27/Documentation/input/
Dxpad.txt1 xpad - Linux USB driver for Xbox compatible controllers
130 the xpad module should be auto loaded. To confirm you can cat
160 > modprobe xpad
189 [2]: http://xpad.xbox-scene.com/
208 I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=xpad
226 Later changes may be viewed with 'git log Documentation/input/xpad.txt'
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c589 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var() argument
618 pad[i] ^= xpad; in register_chain_var()