Searched refs:ctl_dma (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | cm109.c | 100 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 D | yealink.c | 97 dma_addr_t ctl_dma; member 832 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma); in usb_cleanup() 889 GFP_KERNEL, &yld->ctl_dma); in usb_probe() 933 yld->urb_ctl->transfer_dma = yld->ctl_dma; in usb_probe()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | cm109.c | 100 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 D | yealink.c | 97 dma_addr_t ctl_dma; member 832 usb_free_coherent(yld->udev, USB_PKT_LEN, yld->ctl_data, yld->ctl_dma); in usb_cleanup() 889 GFP_KERNEL, &yld->ctl_dma); in usb_probe() 933 yld->urb_ctl->transfer_dma = yld->ctl_dma; in usb_probe()
|
Completed in 6 milliseconds