Lines Matching refs:has_video
3363 if (dev->has_video) in request_module_async()
3668 bool *has_video, in em28xx_check_usb_descriptor() argument
3714 *has_video = true; in em28xx_check_usb_descriptor()
3730 if (*has_video && (usb_endpoint_xfer_bulk(e))) { in em28xx_check_usb_descriptor()
3777 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3837 &has_video, in em28xx_usb_probe()
3841 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3889 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3890 dev->has_video = has_video; in em28xx_usb_probe()
3916 if (has_video) in em28xx_usb_probe()
3951 if (has_video && in em28xx_usb_probe()
3956 has_video = false; in em28xx_usb_probe()
3957 dev->has_video = false; in em28xx_usb_probe()
3968 has_video = false; in em28xx_usb_probe()
3972 if (has_video) { in em28xx_usb_probe()
3991 !(has_video || has_dvb); in em28xx_usb_probe()
3992 dev->dev_next->has_video = false; in em28xx_usb_probe()