Searched refs:stv090x_i2c_gate_ctrl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv090x.c | 767 static int stv090x_i2c_gate_ctrl(struct stv090x_state *state, int enable) in stv090x_i2c_gate_ctrl() function 1810 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_srate_srch_coarse() 1823 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_srate_srch_coarse() 1828 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_srate_srch_coarse() 1841 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_srate_srch_coarse() 1854 stv090x_i2c_gate_ctrl(state, 0); in stv090x_srate_srch_coarse() 2200 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_get_coldlock() 2213 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_get_coldlock() 2218 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_get_coldlock() 2231 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_get_coldlock() [all …]
|