Searched refs:tuner_i2c_lock (Results 1 – 3 of 3) sorted by relevance
103 void (*tuner_i2c_lock)(struct dvb_frontend *fe, int lock); member
777 if (state->config->tuner_i2c_lock) in stv090x_i2c_gate_ctrl()778 state->config->tuner_i2c_lock(&state->frontend, 1); in stv090x_i2c_gate_ctrl()798 if (state->config->tuner_i2c_lock) in stv090x_i2c_gate_ctrl()799 state->config->tuner_i2c_lock(&state->frontend, 0); in stv090x_i2c_gate_ctrl()807 if (state->config->tuner_i2c_lock) in stv090x_i2c_gate_ctrl()808 state->config->tuner_i2c_lock(&state->frontend, 0); in stv090x_i2c_gate_ctrl()
311 if (feconf->tuner_i2c_lock) in demod_attach_stv0900()1006 .tuner_i2c_lock = cineS2_tuner_i2c_lock,1027 .tuner_i2c_lock = cineS2_tuner_i2c_lock,