Home
last modified time | relevance | path

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

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