Home
last modified time | relevance | path

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

/linux/drivers/media/usb/em28xx/
H A Dem28xx-cards.c3460 if (dev->has_video) in request_module_async()
3765 bool *has_video, in em28xx_check_usb_descriptor() argument
3811 *has_video = true; in em28xx_check_usb_descriptor()
3827 if (*has_video && (usb_endpoint_xfer_bulk(e))) { in em28xx_check_usb_descriptor()
3874 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3934 &has_video, in em28xx_usb_probe()
3938 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3986 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3987 dev->has_video = has_video; in em28xx_usb_probe()
4013 if (has_video) in em28xx_usb_probe()
[all …]
H A Dem28xx.h652 unsigned int has_video:1; member