Searched refs:toneburst (Results 1 – 1 of 1) sorted by relevance
120 static int toneburst = 1; variable121 module_param(toneburst, int, 0644);122 MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, "\922 cmd.args[0x06] = (toneburst == CX24116_DISEQC_TONEOFF) ? 0x00 : 0x01; in cx24116_diseqc_init()969 printk(") toneburst=%d\n", toneburst); in cx24116_send_diseqc_msg()984 if (toneburst == CX24116_DISEQC_MESGCACHE) in cx24116_send_diseqc_msg()988 else if (toneburst == CX24116_DISEQC_TONEOFF) in cx24116_send_diseqc_msg()992 else if (toneburst == CX24116_DISEQC_TONECACHE) { in cx24116_send_diseqc_msg()1042 ((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60)); in cx24116_send_diseqc_msg()1054 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); in cx24116_diseqc_send_burst()[all …]