Lines Matching refs:has_video
3408 if (dev->has_video) in request_module_async()
3713 bool *has_video, in em28xx_check_usb_descriptor() argument
3759 *has_video = true; in em28xx_check_usb_descriptor()
3775 if (*has_video && (usb_endpoint_xfer_bulk(e))) { in em28xx_check_usb_descriptor()
3822 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3882 &has_video, in em28xx_usb_probe()
3886 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3934 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3935 dev->has_video = has_video; in em28xx_usb_probe()
3961 if (has_video) in em28xx_usb_probe()
3996 if (has_video && in em28xx_usb_probe()
4001 has_video = false; in em28xx_usb_probe()
4002 dev->has_video = false; in em28xx_usb_probe()
4013 has_video = false; in em28xx_usb_probe()
4017 if (has_video) { in em28xx_usb_probe()
4036 !(has_video || has_dvb); in em28xx_usb_probe()
4037 dev->dev_next->has_video = false; in em28xx_usb_probe()