Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Dstb0899_drv.c1234 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,
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()
1352 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs2_algo()
1361 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);