Searched refs:toneburst (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
H A Dcx24116.c115 #define CX24116_DISEQC_TONEOFF (0) /* toneburst never sent */
116 #define CX24116_DISEQC_TONECACHE (1) /* toneburst cached */
132 static int toneburst = 1; variable
133 module_param(toneburst, int, 0644);
134 MODULE_PARM_DESC(toneburst, "DiSEqC toneburst 0=OFF, 1=TONE CACHE, "\
931 cmd.args[0x06] = (toneburst == CX24116_DISEQC_TONEOFF) ? 0x00 : 0x01; cx24116_diseqc_init()
978 printk(") toneburst=%d\n", toneburst); cx24116_send_diseqc_msg()
992 /* DiSEqC toneburst */ cx24116_send_diseqc_msg()
993 if (toneburst == CX24116_DISEQC_MESGCACHE) cx24116_send_diseqc_msg()
997 else if (toneburst == CX24116_DISEQC_TONEOFF) cx24116_send_diseqc_msg()
1001 else if (toneburst == CX24116_DISEQC_TONECACHE) { cx24116_send_diseqc_msg()
1051 ((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60)); cx24116_send_diseqc_msg()
1063 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); cx24116_diseqc_send_burst()
1075 /* DiSEqC toneburst */ cx24116_diseqc_send_burst()
1076 if (toneburst != CX24116_DISEQC_MESGCACHE) cx24116_diseqc_send_burst()
1417 * If it takes longer, try a different toneburst setting. cx24116_set_frontend()

Completed in 51 milliseconds