Searched refs:XPAD_PKT_LEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | xpad.c | 73 #define XPAD_PKT_LEN 64 macro 588 u8 data[XPAD_PKT_LEN]; 1142 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_init_output() 1157 xpad->odata, XPAD_PKT_LEN, in xpad_init_output() 1165 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output() 1185 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_deinit_output() 1782 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN, in xpad_probe() 1858 xpad->idata, XPAD_PKT_LEN, xpad_irq_in, in xpad_probe() 1896 usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma); in xpad_probe() 1920 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_disconnect() [all...] |
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | xpad.c | 74 #define XPAD_PKT_LEN 64 macro 675 u8 data[XPAD_PKT_LEN]; 1323 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_init_output() 1338 xpad->odata, XPAD_PKT_LEN, in xpad_init_output() 1346 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output() 1366 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_deinit_output() 2014 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN, in xpad_probe() 2091 xpad->idata, XPAD_PKT_LEN, xpad_irq_in, in xpad_probe() 2161 usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma); in xpad_probe() 2185 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_disconnect() [all...] |
Completed in 6 milliseconds