Searched refs:v4l2_video_std_frame_period (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ioctl.h | 622 * v4l2_video_std_frame_period - Ancillary routine that fills a 629 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-ioctl.h | 622 * v4l2_video_std_frame_period - Ancillary routine that fills a 629 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 100 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() function 110 EXPORT_SYMBOL(v4l2_video_std_frame_period); variable 118 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 2146 v4l2_video_std_frame_period(std, &p->parm.capture.timeperframe); in v4l_g_parm()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 97 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() function 107 EXPORT_SYMBOL(v4l2_video_std_frame_period); variable 115 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 2182 v4l2_video_std_frame_period(std, &p->parm.capture.timeperframe); in v4l_g_parm()
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 335 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()
|
/kernel/linux/linux-5.10/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 580 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1624 v4l2_video_std_frame_period(v4l2->norm, in vidioc_g_parm()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 1614 v4l2_video_std_frame_period(v4l2->norm, in vidioc_g_parm()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 2172 v4l2_video_std_frame_period(bttv_tvnorms[btv->tvnorm].v4l2_id, in bttv_g_parm()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 2713 v4l2_video_std_frame_period(bttv_tvnorms[btv->tvnorm].v4l2_id, in bttv_g_parm()
|
Completed in 32 milliseconds