Lines Matching refs:XPAD_PKT_LEN
87 #define XPAD_PKT_LEN 32 macro
734 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_init_output()
755 xpad->odata, XPAD_PKT_LEN, in xpad_init_output()
762 fail2: usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
776 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_deinit_output()
1051 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN, in xpad_probe()
1157 xpad->idata, XPAD_PKT_LEN, xpad_irq_in, in xpad_probe()
1179 xpad->bdata = kzalloc(XPAD_PKT_LEN, GFP_KERNEL); in xpad_probe()
1205 xpad->bdata, XPAD_PKT_LEN, in xpad_probe()
1211 xpad->bdata, XPAD_PKT_LEN, in xpad_probe()
1239 fail2: usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma); in xpad_probe()
1261 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_disconnect()