Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dcm109.c100 dma_addr_t ctl_dma; member
669 usb_free_coherent(dev->udev, USB_PKT_LEN, dev->ctl_data, dev->ctl_dma); in cm109_usb_cleanup()
729 GFP_KERNEL, &dev->ctl_dma); in cm109_usb_probe()
772 dev->urb_ctl->transfer_dma = dev->ctl_dma; in cm109_usb_probe()
H A Dyealink.c97 dma_addr_t ctl_dma; member
800 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma); in usb_cleanup()
853 GFP_KERNEL, &yld->ctl_dma); in usb_probe()
897 yld->urb_ctl->transfer_dma = yld->ctl_dma; in usb_probe()