Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dxpad.c74 #define XPAD_PKT_LEN 64 macro
687 u8 data[XPAD_PKT_LEN];
1335 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_init_output()
1350 xpad->odata, XPAD_PKT_LEN, in xpad_init_output()
1358 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
1378 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_deinit_output()
2026 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN, in xpad_probe()
2103 xpad->idata, XPAD_PKT_LEN, xpad_irq_in, in xpad_probe()
2173 usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma); in xpad_probe()
2197 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_disconnect()