Searched refs:stv090x_i2c_gate_ctrl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/media/dvb-frontends/ |
| D | stv090x.c | 763 static int stv090x_i2c_gate_ctrl(struct stv090x_state *state, int enable) in stv090x_i2c_gate_ctrl() function 1806 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_srate_srch_coarse() 1819 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_srate_srch_coarse() 1824 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_srate_srch_coarse() 1837 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_srate_srch_coarse() 1850 stv090x_i2c_gate_ctrl(state, 0); in stv090x_srate_srch_coarse() 2196 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_get_coldlock() 2209 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_get_coldlock() 2214 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_get_coldlock() 2226 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_get_coldlock() [all …]
|