Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Dv4l2-ioctl.h628 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ioctl.c104 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod) in v4l2_video_std_frame_period() function
114 EXPORT_SYMBOL(v4l2_video_std_frame_period);
122 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct()
1965 v4l2_video_std_frame_period(std, &p->parm.capture.timeperframe); in v4l_g_parm()
/linux-4.19.296/drivers/media/common/saa7146/
Dsaa7146_video.c601 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()