Searched refs:xpad (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/input/joystick/ |
| H A D | xpad.c | 1230 xpad360_process_packet(xpad, xpad->dev, 0, xpad->idata); in xpad_irq_in() 1239 xpad_process_packet(xpad, 0, xpad->idata); in xpad_irq_in() 1274 xpad->odata[2] = xpad->odata_serial++; in xpad_prepare_next_init_packet() 1403 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output() 1407 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output() 1413 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output() 1434 xpad->odata, xpad->odata_dma); in xpad_deinit_output() 1725 led->xpad = xpad; in xpad_led_probe() 2047 xpad = kzalloc(sizeof(*xpad), GFP_KERNEL); in xpad_probe() 2133 xpad->irq_in->transfer_dma = xpad->idata_dma; in xpad_probe() [all …]
|
| H A D | Makefile | 42 obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
|
| H A D | Kconfig | 304 <file:Documentation/input/devices/xpad.rst>. 307 module will be called xpad.
|
| /linux-6.15/Documentation/input/devices/ |
| H 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-6.15/drivers/crypto/intel/ixp4xx/ |
| H A D | ixp4xx_crypto.c | 683 static int register_chain_var(struct crypto_tfm *tfm, u8 xpad, u32 target, in register_chain_var() argument 713 pad[i] ^= xpad; in register_chain_var()
|