V4L2_FRACT_COMPARE  193 drivers/media/i2c/video-i2c.c 		if (V4L2_FRACT_COMPARE(data->frame_interval, ==,
V4L2_FRACT_COMPARE  711 drivers/media/i2c/video-i2c.c 		if (V4L2_FRACT_COMPARE(parm->parm.capture.timeperframe, <=,
V4L2_FRACT_COMPARE 1901 drivers/media/platform/vivid/vivid-vid-cap.c 		if (V4L2_FRACT_COMPARE(tpf, >=, webcam_intervals[i]))
V4L2_FRACT_COMPARE 1398 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	tpf = V4L2_FRACT_COMPARE(tpf, <, tpf_min) ? tpf_min : tpf;
V4L2_FRACT_COMPARE 1399 drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c 	tpf = V4L2_FRACT_COMPARE(tpf, >, tpf_max) ? tpf_max : tpf;