Home
last modified time | relevance | path

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

/drivers/media/usb/stk1160/
Dstk1160-core.c189 bool has_video = false, has_audio = false; in stk1160_scan_usb() local
214 has_video = true; in stk1160_scan_usb()
223 if (!(has_audio || has_video)) { in stk1160_scan_usb()
257 if (has_video) in stk1160_scan_usb()
/drivers/media/usb/em28xx/
Dem28xx-cards.c2932 if (dev->has_video) in request_module_async()
3183 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3253 has_video = true; in em28xx_usb_probe()
3272 if (has_video && in em28xx_usb_probe()
3321 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3368 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3369 dev->has_video = has_video; in em28xx_usb_probe()
3389 if (has_video) in em28xx_usb_probe()
3427 if (has_video) { in em28xx_usb_probe()
Dem28xx.h615 unsigned int has_video:1; member
Dem28xx-video.c1951 if (!dev->has_video) { in em28xx_v4l2_fini()
2005 if (!dev->has_video) in em28xx_v4l2_suspend()
2018 if (!dev->has_video) in em28xx_v4l2_resume()
2278 if (!dev->has_video) { in em28xx_v4l2_init()