Searched refs:has_video (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/ |
H A D | stk1160-core.c | 180 bool has_video = false, has_audio = false; in stk1160_scan_usb() local 205 has_video = true; in stk1160_scan_usb() 214 if (!(has_audio || has_video)) { in stk1160_scan_usb() 248 if (has_video) in stk1160_scan_usb()
|
/kernel/linux/linux-6.6/drivers/media/usb/stk1160/ |
H A D | stk1160-core.c | 180 bool has_video = false, has_audio = false; in stk1160_scan_usb() local 205 has_video = true; in stk1160_scan_usb() 214 if (!(has_audio || has_video)) { in stk1160_scan_usb() 248 if (has_video) in stk1160_scan_usb()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 3363 if (dev->has_video) in request_module_async() 3668 bool *has_video, in em28xx_check_usb_descriptor() 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() 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 [all...] |
H A D | em28xx.h | 662 unsigned int has_video:1; member
|
H A D | em28xx-video.c | 2213 if (!dev->has_video) { in em28xx_v4l2_fini() 2264 if (!dev->has_video) in em28xx_v4l2_suspend() 2277 if (!dev->has_video) in em28xx_v4l2_resume() 2533 if (!dev->has_video) { in em28xx_v4l2_init()
|
H A D | em28xx-dvb.c | 1084 if (!dev->has_video || dev->tuner_type == TUNER_ABSENT) in em28xx_register_dvb()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 3408 if (dev->has_video) in request_module_async() 3713 bool *has_video, in em28xx_check_usb_descriptor() 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() 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 [all...] |
H A D | em28xx.h | 651 unsigned int has_video:1; member
|
H A D | em28xx-video.c | 2203 if (!dev->has_video) { in em28xx_v4l2_fini() 2254 if (!dev->has_video) in em28xx_v4l2_suspend() 2267 if (!dev->has_video) in em28xx_v4l2_resume() 2523 if (!dev->has_video) { in em28xx_v4l2_init()
|
H A D | em28xx-dvb.c | 1081 if (!dev->has_video || dev->tuner_type == TUNER_ABSENT) in em28xx_register_dvb()
|
Completed in 23 milliseconds