Home
last modified time | relevance | path

Searched refs:stb0899_i2c_gate_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Dstb0899_drv.c1238 int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in stb0899_i2c_gate_ctrl() function
1485 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search()
1493 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search()
1524 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search()
1532 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search()
1609 .i2c_gate_ctrl = stb0899_i2c_gate_ctrl,
Dstb0899_algo.c153 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()
Dstb0899_priv.h252 extern int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);