Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dstb0899_drv.c1240 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,
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);