Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/stk1160/
Dstk1160-core.c180 bool has_video = false, has_audio = false; in stk1160_scan_usb() local
205 has_video = true; in stk1160_scan_usb()
214 if (!(has_audio || has_video)) { in stk1160_scan_usb()
248 if (has_video) in stk1160_scan_usb()
/Linux-v5.10/drivers/media/usb/em28xx/
Dem28xx-cards.c3363 if (dev->has_video) in request_module_async()
3662 bool *has_video, in em28xx_check_usb_descriptor() argument
3708 *has_video = true; in em28xx_check_usb_descriptor()
3724 if (*has_video && (usb_endpoint_xfer_bulk(e))) { in em28xx_check_usb_descriptor()
3771 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3831 &has_video, in em28xx_usb_probe()
3835 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3881 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3882 dev->has_video = has_video; in em28xx_usb_probe()
3908 if (has_video) in em28xx_usb_probe()
[all …]
Dem28xx.h662 unsigned int has_video:1; member
Dem28xx-video.c2213 if (!dev->has_video) { in em28xx_v4l2_fini()
2264 if (!dev->has_video) in em28xx_v4l2_suspend()
2277 if (!dev->has_video) in em28xx_v4l2_resume()
2533 if (!dev->has_video) { in em28xx_v4l2_init()
Dem28xx-dvb.c1084 if (!dev->has_video || dev->tuner_type == TUNER_ABSENT) in em28xx_register_dvb()