Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c73 tpf_max = {.numerator = 1, .denominator = FPS_MIN}, variable
1378 fival->stepwise.max = tpf_max; in vidioc_enum_frameintervals()
1412 tpf = V4L2_FRACT_COMPARE(tpf, >, tpf_max) ? tpf_max : tpf; in vidioc_s_parm()