Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/joystick/
Dxpad.c702 dma_addr_t odata_dma; member
1321 GFP_KERNEL, &xpad->odata_dma); in xpad_init_output()
1337 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
1343 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
1364 xpad->odata, xpad->odata_dma); in xpad_deinit_output()