Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dbcm2835-camera.c76 tpf_max = {.numerator = 1, .denominator = FPS_MIN}, variable
1358 fival->stepwise.max = tpf_max; in vidioc_enum_frameintervals()
1396 tpf = FRACT_CMP(tpf, >, tpf_max) ? tpf_max : tpf; in vidioc_s_parm()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vid-cap.c27 tpf_max = {.numerator = FPS_MAX, .denominator = 1}; variable
1857 tpf = FRACT_CMP(tpf, >, tpf_max) ? tpf_max : tpf; in vivid_vid_cap_s_parm()