Home
last modified time | relevance | path

Searched refs:urb_data_copy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx.h244 * @urb_data_copy: copy data from URB
251 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb); member
832 int (*urb_data_copy)
H A Dem28xx-core.c798 dev->usb_ctl.urb_data_copy(dev, urb); in em28xx_irq_callback()
1005 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb)) in em28xx_init_usb_xfer()
1017 dev->usb_ctl.urb_data_copy = urb_data_copy; in em28xx_init_usb_xfer()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx.h235 * @urb_data_copy: copy data from URB
242 int (*urb_data_copy)(struct em28xx *dev, struct urb *urb); member
821 int (*urb_data_copy)
H A 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()

Completed in 8 milliseconds