Searched refs:xpad (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/input/joystick/ |
| A D | xpad.c | 959 xpad360_process_packet(xpad, xpad->dev, 0, xpad->idata); in xpad_irq_in() 965 xpadone_process_packet(xpad, 0, xpad->idata); in xpad_irq_in() 968 xpad_process_packet(xpad, 0, xpad->idata); in xpad_irq_in() 1003 xpad->odata[2] = xpad->odata_serial++; in xpad_prepare_next_init_packet() 1135 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output() 1139 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output() 1145 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output() 1166 xpad->odata, xpad->odata_dma); in xpad_deinit_output() 1466 led->xpad = xpad; in xpad_led_probe() 1842 xpad->irq_in->transfer_dma = xpad->idata_dma; in xpad_probe() [all …]
|
| A D | Makefile | 40 obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
|
| A D | Kconfig | 303 <file:Documentation/input/devices/xpad.rst>. 306 module will be called xpad.
|
| /linux/Documentation/input/devices/ |
| A D | xpad.rst | 2 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'
|
| /linux/drivers/crypto/ |
| A D | ixp4xx_crypto.c | 679 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()
|
Completed in 744 milliseconds