Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/em28xx/
Dem28xx-cards.c3722 bool *has_vendor_audio, in em28xx_check_usb_descriptor() argument
3779 *has_vendor_audio = true; in em28xx_check_usb_descriptor()
3832 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local
3891 &has_vendor_audio, in em28xx_usb_probe()
3896 if (!(has_vendor_audio || has_video || has_dvb)) { in em28xx_usb_probe()
3944 dev->is_audio_only = has_vendor_audio && !(has_video || has_dvb); in em28xx_usb_probe()
3952 if (has_vendor_audio) { in em28xx_usb_probe()
3962 if (has_vendor_audio) in em28xx_usb_probe()
4045 dev->dev_next->is_audio_only = has_vendor_audio && in em28xx_usb_probe()