Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dxpad.c631 static int xpad_init_input(struct usb_xpad *xpad);
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() argument
646 struct input_dev *dev = xpad->dev; in xpad_process_packet()
648 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad_process_packet()
663 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad_process_packet()
672 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
714 static void xpad360_process_packet(struct usb_xpad *xpad, struct input_dev *dev, in xpad360_process_packet() argument
722 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
[all …]
H A DMakefile38 obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
H A DKconfig302 <file:Documentation/input/devices/xpad.rst>.
305 module will be called xpad.
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dxpad.rst2 xpad - Linux USB driver for Xbox compatible controllers
134 the xpad module should be auto loaded. To confirm you can cat
156 I: If#= 0 Alt= 0 #EPs= 2 Cls=58(unk. ) Sub=42 Prot=00 Driver=xpad
190 > modprobe xpad
219 .. [2] http://xpad.xbox-scene.com/
234 'git log --follow Documentation/input/devices/xpad.rst'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff100 calc_width = (gint) cell->xpad * 2 + priv->indicator_size;
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dixp4xx_crypto.c620 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var() argument
649 pad[i] ^= xpad; in register_chain_var()