Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/rcar-vin/
Drcar-dma.c482 const struct vin_coeff *p_prev_set = NULL; in rvin_set_coeff() local
487 p_prev_set = p_set; in rvin_set_coeff()
495 if (p_prev_set && in rvin_set_coeff()
496 xs - p_prev_set->xs_value < p_set->xs_value - xs) in rvin_set_coeff()
497 p_set = p_prev_set; in rvin_set_coeff()