Lines Matching refs:has_video
3363 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()
3943 if (has_video && in em28xx_usb_probe()
3948 has_video = false; in em28xx_usb_probe()
3949 dev->has_video = false; in em28xx_usb_probe()
3960 has_video = false; in em28xx_usb_probe()
3964 if (has_video) { in em28xx_usb_probe()
3981 !(has_video || has_dvb); in em28xx_usb_probe()
3982 dev->dev_next->has_video = false; in em28xx_usb_probe()