Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/joystick/
Dxpad.c596 dma_addr_t odata_dma; member
1123 GFP_KERNEL, &xpad->odata_dma); in xpad_init_output()
1139 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
1145 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
1166 xpad->odata, xpad->odata_dma); in xpad_deinit_output()