Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/em28xx/
Dem28xx-core.c790 dev->usb_ctl.urb_data_copy(dev, urb); in em28xx_irq_callback()
997 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb)) in em28xx_init_usb_xfer()
1009 dev->usb_ctl.urb_data_copy = urb_data_copy; in em28xx_init_usb_xfer()
Dem28xx.h242 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb); member
821 int (*urb_data_copy)