Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-fim.c57 unsigned long tolerance_max; /* usec */ member
108 fim->tolerance_max = tol_max->cur.val; in reset_fim()
116 fim->tolerance_max = tol_max->val; in reset_fim()
120 if (fim->tolerance_max <= fim->tolerance_min) in reset_fim()
121 fim->tolerance_max = 0; in reset_fim()
164 if (fim->tolerance_max && error >= fim->tolerance_max) { in frame_interval_monitor()