Lines Matching refs:frontend
153 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_first_subrange()
154 config->tuner_get_bandwidth(&state->frontend, &bandwidth); 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()
609 state->config->tuner_set_frequency(&state->frontend, internal->freq); in stb0899_dvbs_algo()
612 state->config->tuner_get_frequency(&state->frontend, &internal->freq); in stb0899_dvbs_algo()
620 config->tuner_get_bandwidth(&state->frontend, &bandwidth); in stb0899_dvbs_algo()
623 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_dvbs_algo()
1353 stb0899_i2c_gate_ctrl(&state->frontend, 1); in stb0899_dvbs2_algo()
1357 state->config->tuner_set_frequency(&state->frontend, internal->freq); in stb0899_dvbs2_algo()
1359 state->config->tuner_get_frequency(&state->frontend, &internal->freq); in stb0899_dvbs2_algo()
1362 stb0899_i2c_gate_ctrl(&state->frontend, 0); in stb0899_dvbs2_algo()