Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-cards.c2984 if (dev->has_video) in request_module_async()
3236 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3306 has_video = true; in em28xx_usb_probe()
3325 if (has_video && in em28xx_usb_probe()
3374 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3421 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3422 dev->has_video = has_video; in em28xx_usb_probe()
3443 if (has_video) in em28xx_usb_probe()
3481 if (has_video) { in em28xx_usb_probe()
Dem28xx.h618 unsigned int has_video:1; member
Dem28xx-video.c1959 if (!dev->has_video) { in em28xx_v4l2_fini()
2013 if (!dev->has_video) in em28xx_v4l2_suspend()
2026 if (!dev->has_video) in em28xx_v4l2_resume()
2279 if (!dev->has_video) { in em28xx_v4l2_init()