Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-core.c885 (!xfer_bulk && !dev->dvb_ep_isoc)) { in em28xx_alloc_urbs()
968 dev->dvb_ep_isoc); in em28xx_alloc_urbs()
Dem28xx.h683 u8 dvb_ep_isoc; /* address of isoc endpoint for DVB */ member
Dem28xx-cards.c3333 dev->dvb_ep_isoc = e->bEndpointAddress; in em28xx_usb_probe()
3454 dev->dvb_ep_isoc ? " isoc" : ""); in em28xx_usb_probe()
3488 if (!dev->dvb_ep_isoc || (try_bulk && dev->dvb_ep_bulk)) in em28xx_usb_probe()
Dem28xx-dvb.c205 if (!dev->dvb_ep_isoc) in em28xx_start_streaming()