Searched refs:p_set (Results 1 – 1 of 1) sorted by relevance
511 const struct vin_coeff *p_set = NULL; in rvin_set_coeff() local 515 p_prev_set = p_set; in rvin_set_coeff() 516 p_set = &vin_coeff_set[i]; in rvin_set_coeff() 518 if (xs < p_set->xs_value) in rvin_set_coeff() 524 xs - p_prev_set->xs_value < p_set->xs_value - xs) in rvin_set_coeff() 525 p_set = p_prev_set; in rvin_set_coeff() 528 rvin_write(vin, p_set->coeff_set[0], VNC1A_REG); in rvin_set_coeff() 529 rvin_write(vin, p_set->coeff_set[1], VNC1B_REG); in rvin_set_coeff() 530 rvin_write(vin, p_set->coeff_set[2], VNC1C_REG); in rvin_set_coeff() 532 rvin_write(vin, p_set in rvin_set_coeff() [all...]