Searched refs:stb0899_i2c_gate_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stb0899_drv.c | 1234 int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in stb0899_i2c_gate_ctrl() function 1481 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search() 1489 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search() 1520 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search() 1528 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search() 1604 .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() 1352 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs2_algo() 1361 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);
|