Searched refs:V4L2_FRACT_COMPARE (Results 1 – 3 of 3) sorted by relevance
/linux/include/media/ |
H A D | v4l2-common.h | 453 #define V4L2_FRACT_COMPARE(a, OP, b) \ macro
|
/linux/drivers/media/i2c/ |
H A D | video-i2c.c | 200 if (V4L2_FRACT_COMPARE(data->frame_interval, ==, in mlx90640_setup() 718 if (V4L2_FRACT_COMPARE(parm->parm.capture.timeperframe, <=, in video_i2c_s_parm()
|
/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 1407 tpf = V4L2_FRACT_COMPARE(tpf, <, tpf_min) ? tpf_min : tpf; in vidioc_s_parm() 1408 tpf = V4L2_FRACT_COMPARE(tpf, >, tpf_max) ? tpf_max : tpf; in vidioc_s_parm()
|