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, "\917 cmd.args[0x06] = (toneburst == CX24116_DISEQC_TONEOFF) ? 0x00 : 0x01; in cx24116_diseqc_init()964 printk(") toneburst=%d\n", toneburst); in cx24116_send_diseqc_msg()979 if (toneburst == CX24116_DISEQC_MESGCACHE) in cx24116_send_diseqc_msg()983 else if (toneburst == CX24116_DISEQC_TONEOFF) in cx24116_send_diseqc_msg()987 else if (toneburst == CX24116_DISEQC_TONECACHE) { in cx24116_send_diseqc_msg()1037 ((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60)); in cx24116_send_diseqc_msg()1049 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); in cx24116_diseqc_send_burst()[all …]