Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstb0899_drv.c1222 int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable) in stb0899_i2c_gate_ctrl() function
1469 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search()
1477 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search()
1508 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_search()
1516 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_search()
1592 .i2c_gate_ctrl = stb0899_i2c_gate_ctrl,
H A Dstb0899_algo.c141 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_first_subrange()
143 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_first_subrange()
592 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs_algo()
611 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_dvbs_algo()
1340 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs2_algo()
1349 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_dvbs2_algo()
H A Dstb0899_priv.h240 extern int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);