Lines Matching refs:ctl
3365 void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl) in cx88_setup_xc3028() argument
3367 memset(ctl, 0, sizeof(*ctl)); in cx88_setup_xc3028()
3369 ctl->fname = XC2028_DEFAULT_FIRMWARE; in cx88_setup_xc3028()
3370 ctl->max_len = 64; in cx88_setup_xc3028()
3380 ctl->demod = XC3028_FE_ZARLINK456; in cx88_setup_xc3028()
3384 ctl->demod = XC3028_FE_OREN538; in cx88_setup_xc3028()
3392 ctl->disable_power_mgmt = 1; in cx88_setup_xc3028()
3403 ctl->demod = XC3028_FE_ZARLINK456; in cx88_setup_xc3028()
3404 ctl->mts = 1; in cx88_setup_xc3028()
3407 ctl->demod = XC3028_FE_OREN538; in cx88_setup_xc3028()
3408 ctl->mts = 1; in cx88_setup_xc3028()
3520 struct tea5767_ctrl ctl; in cx88_card_setup() local
3522 memset(&ctl, 0, sizeof(ctl)); in cx88_card_setup()
3524 ctl.high_cut = 1; in cx88_card_setup()
3525 ctl.st_noise = 1; in cx88_card_setup()
3526 ctl.deemph_75 = 1; in cx88_card_setup()
3527 ctl.xtal_freq = TEA5767_HIGH_LO_13MHz; in cx88_card_setup()
3530 tea5767_cfg.priv = &ctl; in cx88_card_setup()
3587 struct xc2028_ctrl ctl; in cx88_card_setup() local
3590 cx88_setup_xc3028(core, &ctl); in cx88_card_setup()
3595 xc2028_cfg.priv = &ctl; in cx88_card_setup()
3597 ctl.fname); in cx88_card_setup()