Searched refs:stv090x_i2c_gate_ctrl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv090x.c | 751 static int stv090x_i2c_gate_ctrl(struct stv090x_state *state, int enable) in stv090x_i2c_gate_ctrl() function 1794 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_srate_srch_coarse() 1807 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_srate_srch_coarse() 1812 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_srate_srch_coarse() 1825 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_srate_srch_coarse() 1838 stv090x_i2c_gate_ctrl(state, 0); in stv090x_srate_srch_coarse() 2184 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_get_coldlock() 2197 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_get_coldlock() 2202 if (stv090x_i2c_gate_ctrl(state, 1) < 0) in stv090x_get_coldlock() 2214 if (stv090x_i2c_gate_ctrl(state, 0) < 0) in stv090x_get_coldlock() [all …]
|