Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dxpad.c333 dma_addr_t odata_dma; member
725 GFP_KERNEL, &xpad->odata_dma); in xpad_init_output()
747 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
752 fail2: usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
767 xpad->odata, xpad->odata_dma); in xpad_deinit_output()