Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/
Dxpad.c336 dma_addr_t odata_dma; member
735 GFP_KERNEL, &xpad->odata_dma); in xpad_init_output()
757 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
762 fail2: usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
777 xpad->odata, xpad->odata_dma); in xpad_deinit_output()