Lines Matching refs:ctrl
116 struct xc2028_ctrl ctrl;
129 if (priv->ctrl.msleep) \
130 msleep(priv->ctrl.msleep); \
141 if (priv->ctrl.msleep) \
142 msleep(priv->ctrl.msleep); \
153 } else if (priv->ctrl.msleep) \
154 msleep(priv->ctrl.msleep); \
549 if (priv->ctrl.max_len > sizeof(buf))
550 priv->ctrl.max_len = sizeof(buf);
628 int len = (size < priv->ctrl.max_len - 1) ?
629 size : priv->ctrl.max_len - 1;
732 if (priv->ctrl.mts && !(type & FM))
739 new_fw.scode_table = SCODE | priv->ctrl.scode_table;
750 dump_firm_type(priv->ctrl.scode_table);
751 printk(KERN_CONT "(%x), ", priv->ctrl.scode_table);
847 if (priv->ctrl.read_not_reliable)
852 if (!priv->ctrl.read_not_reliable) {
1128 if (priv->ctrl.msleep)
1129 msleep(priv->ctrl.msleep);
1167 if (priv->ctrl.input1)
1215 switch (priv->ctrl.type) {
1225 if (priv->ctrl.demod == XC3028_FE_ZARLINK456)
1242 priv->ctrl.vhfbw7 = 0;
1243 priv->ctrl.uhfbw8 = 0;
1246 priv->ctrl.vhfbw7 = 1;
1248 priv->ctrl.uhfbw8 = 0;
1249 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV7;
1253 priv->ctrl.vhfbw7 = 0;
1255 priv->ctrl.uhfbw8 = 1;
1256 type |= (priv->ctrl.vhfbw7 && priv->ctrl.uhfbw8) ? DTV78 : DTV8;
1261 if (priv->ctrl.demod) {
1262 demod = priv->ctrl.demod;
1300 if (no_poweroff || priv->ctrl.disable_power_mgmt)
1396 memcpy(&priv->ctrl, p, sizeof(priv->ctrl));
1406 if (priv->ctrl.max_len < 9)
1407 priv->ctrl.max_len = 13;
1485 priv->ctrl.max_len = 13;
1502 if (cfg->ctrl)
1503 xc2028_set_config(fe, cfg->ctrl);