Searched refs:stb0899_i2c_gate_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | stb0899_drv.c | 1222 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,
|
D | stb0899_algo.c | 141 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()
|
D | stb0899_priv.h | 240 extern int stb0899_i2c_gate_ctrl(struct dvb_frontend *fe, int enable);
|