Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/ngene/
Dngene-cards.c154 if (feconf->tuner_i2c_lock) in demod_attach_stv0900()
338 .tuner_i2c_lock = cineS2_tuner_i2c_lock,
359 .tuner_i2c_lock = cineS2_tuner_i2c_lock,
/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.h103 void (*tuner_i2c_lock) (struct dvb_frontend *fe, int lock); member
Dstv090x.c771 if (state->config->tuner_i2c_lock) in stv090x_i2c_gate_ctrl()
772 state->config->tuner_i2c_lock(&state->frontend, 1); in stv090x_i2c_gate_ctrl()
792 if (state->config->tuner_i2c_lock) in stv090x_i2c_gate_ctrl()
793 state->config->tuner_i2c_lock(&state->frontend, 0); in stv090x_i2c_gate_ctrl()
801 if (state->config->tuner_i2c_lock) in stv090x_i2c_gate_ctrl()
802 state->config->tuner_i2c_lock(&state->frontend, 0); in stv090x_i2c_gate_ctrl()