Searched refs:stb0899_i2c_gate_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stb0899_drv.c | 1240 int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in stb0899_i2c_gate_ctrl() function 1487 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search() 1495 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search() 1526 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search() 1534 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search() 1611 .i2c_gate_ctrl = stb0899_i2c_gate_ctrl,
|
D | stb0899_algo.c | 153 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_first_subrange() 155 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_first_subrange() 604 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs_algo() 623 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_dvbs_algo() 1353 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs2_algo() 1362 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_dvbs2_algo()
|
D | stb0899_priv.h | 252 extern int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);
|