toneburst         120 drivers/media/dvb-frontends/cx24116.c static int toneburst = 1;
toneburst         121 drivers/media/dvb-frontends/cx24116.c module_param(toneburst, int, 0644);
toneburst         122 drivers/media/dvb-frontends/cx24116.c MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, "\
toneburst         917 drivers/media/dvb-frontends/cx24116.c 	cmd.args[0x06] = (toneburst == CX24116_DISEQC_TONEOFF) ? 0x00 : 0x01;
toneburst         964 drivers/media/dvb-frontends/cx24116.c 		printk(") toneburst=%d\n", toneburst);
toneburst         979 drivers/media/dvb-frontends/cx24116.c 	if (toneburst == CX24116_DISEQC_MESGCACHE)
toneburst         983 drivers/media/dvb-frontends/cx24116.c 	else if (toneburst == CX24116_DISEQC_TONEOFF)
toneburst         987 drivers/media/dvb-frontends/cx24116.c 	else if (toneburst == CX24116_DISEQC_TONECACHE) {
toneburst        1037 drivers/media/dvb-frontends/cx24116.c 		((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60));
toneburst        1049 drivers/media/dvb-frontends/cx24116.c 	dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst);
toneburst        1062 drivers/media/dvb-frontends/cx24116.c 	if (toneburst != CX24116_DISEQC_MESGCACHE)