Searched refs:has_vendor_audio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 3667 bool *has_vendor_audio, in em28xx_check_usb_descriptor() 3724 *has_vendor_audio = true; in em28xx_check_usb_descriptor() 3777 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local 3836 &has_vendor_audio, 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() 3897 if (has_vendor_audio) { in em28xx_usb_probe() 3907 if (has_vendor_audio) in em28xx_usb_probe() 3990 dev->dev_next->is_audio_only = has_vendor_audio && in em28xx_usb_probe() 3663 em28xx_check_usb_descriptor(struct em28xx *dev, struct usb_device *udev, struct usb_interface *intf, int alt, int ep, bool *has_vendor_audio, bool *has_video, bool *has_dvb) em28xx_check_usb_descriptor() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 3712 bool *has_vendor_audio, in em28xx_check_usb_descriptor() 3769 *has_vendor_audio = true; in em28xx_check_usb_descriptor() 3822 bool has_vendor_audio = false, has_video = false, has_dvb = false; in em28xx_usb_probe() local 3881 &has_vendor_audio, 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() 3942 if (has_vendor_audio) { in em28xx_usb_probe() 3952 if (has_vendor_audio) in em28xx_usb_probe() 4035 dev->dev_next->is_audio_only = has_vendor_audio && in em28xx_usb_probe() 3708 em28xx_check_usb_descriptor(struct em28xx *dev, struct usb_device *udev, struct usb_interface *intf, int alt, int ep, bool *has_vendor_audio, bool *has_video, bool *has_dvb) em28xx_check_usb_descriptor() argument
|
Completed in 8 milliseconds