Lines Matching defs:toneburst
103 #define CX24116_DISEQC_TONEOFF (0) /* toneburst never sent */
104 #define CX24116_DISEQC_TONECACHE (1) /* toneburst cached */
120 static int toneburst = 1;
121 module_param(toneburst, int, 0644);
122 MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, "\
917 cmd.args[0x06] = (toneburst == CX24116_DISEQC_TONEOFF) ? 0x00 : 0x01;
964 printk(") toneburst=%d\n", toneburst);
978 /* DiSEqC toneburst */
979 if (toneburst == CX24116_DISEQC_MESGCACHE)
983 else if (toneburst == CX24116_DISEQC_TONEOFF)
987 else if (toneburst == CX24116_DISEQC_TONECACHE) {
1037 ((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60));
1049 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst);
1061 /* DiSEqC toneburst */
1062 if (toneburst != CX24116_DISEQC_MESGCACHE)
1401 * If it takes longer, try a different toneburst setting.