Searched refs:is_webcam (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-mc.c | 29 bool is_webcam = false; in v4l2_mc_create_media_graph() local 60 is_webcam = true; in v4l2_mc_create_media_graph() 78 if (is_webcam) { in v4l2_mc_create_media_graph()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-mc.c | 29 bool is_webcam = false; in v4l2_mc_create_media_graph() local 60 is_webcam = true; in v4l2_mc_create_media_graph() 78 if (is_webcam) { in v4l2_mc_create_media_graph()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 655 .is_webcam = 1, 682 .is_webcam = 1, /* To enable sensor probe */ 700 .is_webcam = 1, 914 .is_webcam = 1, 924 .is_webcam = 1, 974 .is_webcam = 1, 2377 .is_webcam = 1, 2841 dev->is_webcam = dev->board.is_webcam; in em28xx_set_model() 3012 if (dev->is_webcam) { in em28xx_hint_board() [all...] |
H A D | em28xx-video.c | 140 if (dev->is_webcam) in norm_maxw() 153 if (dev->is_webcam) in norm_maxh() 168 if (dev->is_webcam) in em28xx_vbi_supported() 994 if (dev->is_webcam) in em28xx_v4l2_create_entities() 1618 if (dev->is_webcam) { in vidioc_g_parm() 1641 if (!dev->is_webcam) in vidioc_s_parm() 1680 if (dev->is_webcam) in vidioc_enum_input() 2450 if (dev->is_webcam) in em28xx_vdev_init() 2565 if (dev->is_webcam) in em28xx_v4l2_init() 2773 if (dev->is_webcam) { in em28xx_v4l2_init() [all...] |
H A D | em28xx.h | 502 unsigned int is_webcam:1; member 664 unsigned int is_webcam:1; member
|
H A D | em28xx-core.c | 673 if (dev->is_webcam) in em28xx_capture_start()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 676 .is_webcam = 1, 703 .is_webcam = 1, /* To enable sensor probe */ 721 .is_webcam = 1, 935 .is_webcam = 1, 945 .is_webcam = 1, 995 .is_webcam = 1, 2398 .is_webcam = 1, 2886 dev->is_webcam = dev->board.is_webcam; in em28xx_set_model() 3057 if (dev->is_webcam) { in em28xx_hint_board() [all...] |
H A D | em28xx-video.c | 130 if (dev->is_webcam) in norm_maxw() 143 if (dev->is_webcam) in norm_maxh() 158 if (dev->is_webcam) in em28xx_vbi_supported() 984 if (dev->is_webcam) in em28xx_v4l2_create_entities() 1608 if (dev->is_webcam) { in vidioc_g_parm() 1631 if (!dev->is_webcam) in vidioc_s_parm() 1670 if (dev->is_webcam) in vidioc_enum_input() 2440 if (dev->is_webcam) in em28xx_vdev_init() 2555 if (dev->is_webcam) in em28xx_v4l2_init() 2763 if (dev->is_webcam) { in em28xx_v4l2_init() [all...] |
H A D | em28xx.h | 493 unsigned int is_webcam:1; member 653 unsigned int is_webcam:1; member
|
H A D | em28xx-core.c | 663 if (dev->is_webcam) in em28xx_capture_start()
|
Completed in 21 milliseconds