Searched refs:calc_regs (Results 1 – 6 of 6) sorted by relevance
342 } else if (fe->ops.tuner_ops.calc_regs) { in zl10353_set_parameters()343 fe->ops.tuner_ops.calc_regs(fe, pllbuf + 1, 5); in zl10353_set_parameters()351 if (state->config.no_tuner || fe->ops.tuner_ops.calc_regs == NULL) in zl10353_set_parameters()
290 if (fe->ops.tuner_ops.calc_regs) { in mt352_set_parameters()291 fe->ops.tuner_ops.calc_regs(fe, buf+8, 5); in mt352_set_parameters()
554 if (fe->ops.tuner_ops.calc_regs) { in nxt200x_setup_frontend_parameters()556 fe->ops.tuner_ops.calc_regs(fe, buf, 5); in nxt200x_setup_frontend_parameters()
776 .calc_regs = dvb_pll_calc_regs,
599 card->fe->ops.tuner_ops.calc_regs = thomson_dtt7579_tuner_calc_regs; in frontend_init()637 card->fe->ops.tuner_ops.calc_regs = digitv_alps_tded4_tuner_calc_regs; in frontend_init()652 card->fe->ops.tuner_ops.calc_regs = advbt771_samsung_tdtc9251dh0_tuner_calc_regs; in frontend_init()
258 int (*calc_regs)(struct dvb_frontend *fe, u8 *buf, int buf_len); member