Searched refs:toneburst (Results 1 – 1 of 1) sorted by relevance
132 static int toneburst = 1; variable133 module_param(toneburst, int, 0644);134 MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, "\933 cmd.args[0x06] = (toneburst == CX24116_DISEQC_TONEOFF) ? 0x00 : 0x01; in cx24116_diseqc_init()980 printk(") toneburst=%d\n", toneburst); in cx24116_send_diseqc_msg()995 if (toneburst == CX24116_DISEQC_MESGCACHE) in cx24116_send_diseqc_msg()999 else if (toneburst == CX24116_DISEQC_TONEOFF) in cx24116_send_diseqc_msg()1003 else if (toneburst == CX24116_DISEQC_TONECACHE) { in cx24116_send_diseqc_msg()1053 ((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60)); in cx24116_send_diseqc_msg()1065 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); in cx24116_diseqc_send_burst()[all …]