Lines Matching refs:iq
1598 static void r820t_compre_cor(struct r820t_sect_type iq[3]) in r820t_compre_cor()
1603 if (iq[0].value > iq[i - 1].value) in r820t_compre_cor()
1604 swap(iq[0], iq[i - 1]); in r820t_compre_cor()
1609 struct r820t_sect_type iq[3], u8 reg) in r820t_compre_step()
1622 tmp.phase_y = iq[0].phase_y; in r820t_compre_step()
1623 tmp.gain_x = iq[0].gain_x; in r820t_compre_step()
1645 if (tmp.value <= iq[0].value) { in r820t_compre_step()
1646 iq[0].gain_x = tmp.gain_x; in r820t_compre_step()
1647 iq[0].phase_y = tmp.phase_y; in r820t_compre_step()
1648 iq[0].value = tmp.value; in r820t_compre_step()
1659 struct r820t_sect_type iq[3], in r820t_iq_tree()
1688 iq[i].value = rc; in r820t_iq_tree()
1691 iq[i].gain_x = fix_val; in r820t_iq_tree()
1692 iq[i].phase_y = var_val; in r820t_iq_tree()
1694 iq[i].phase_y = fix_val; in r820t_iq_tree()
1695 iq[i].gain_x = var_val; in r820t_iq_tree()