/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-std.c | 228 .frameperiod = 239 .frameperiod = 248 .frameperiod = 257 .frameperiod =
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-std.c | 228 .frameperiod = 239 .frameperiod = 248 .frameperiod = 257 .frameperiod =
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp514x.c | 240 .frameperiod = {1001, 30000}, 253 .frameperiod = {1, 25}, 759 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_frame_interval() 787 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_frame_interval()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp514x.c | 240 .frameperiod = {1001, 30000}, 253 .frameperiod = {1, 25}, 759 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_frame_interval() 787 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_frame_interval()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 233 struct v4l2_fract frameperiod; /* Frames, not fields */ member 251 copy_to_user(&p32->frameperiod, &p64->frameperiod, in put_v4l2_standard32() 252 sizeof(p32->frameperiod)) || in put_v4l2_standard32()
|
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() argument 100 frameperiod->numerator = 1001; in v4l2_video_std_frame_period() 101 frameperiod->denominator = 30000; in v4l2_video_std_frame_period() 103 frameperiod->numerator = 1; in v4l2_video_std_frame_period() 104 frameperiod->denominator = 25; in v4l2_video_std_frame_period() 115 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 408 p->frameperiod.numerator, in v4l_print_standard() 409 p->frameperiod.denominator, in v4l_print_standard()
|
/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() argument 103 frameperiod->numerator = 1001; in v4l2_video_std_frame_period() 104 frameperiod->denominator = 30000; in v4l2_video_std_frame_period() 106 frameperiod->numerator = 1; in v4l2_video_std_frame_period() 107 frameperiod->denominator = 25; in v4l2_video_std_frame_period() 118 v4l2_video_std_frame_period(id, &vs->frameperiod); in v4l2_video_std_construct() 442 p->frameperiod.numerator, in v4l_print_standard() 443 p->frameperiod.denominator, in v4l_print_standard()
|
H A D | v4l2-compat-ioctl32.c | 429 struct v4l2_fract frameperiod; /* Frames, not fields */ member 451 copy_in_user(&p32->frameperiod, &p64->frameperiod, in put_v4l2_standard32() 452 sizeof(p32->frameperiod)) || in put_v4l2_standard32()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ioctl.h | 626 * @frameperiod: struct &v4l2_fract pointer to be filled 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 | 626 * @frameperiod: struct &v4l2_fract pointer to be filled 629 void v4l2_video_std_frame_period(int id, struct v4l2_fract *frameperiod);
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 775 struct v4l2_fract frameperiod; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 1396 struct v4l2_fract frameperiod; /* Frames, not fields */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 1476 struct v4l2_fract frameperiod; /* Frames, not fields */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 728 struct v4l2_fract frameperiod; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 728 struct v4l2_fract frameperiod; member
|