Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dcx24116.c132 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; in cx24116_diseqc_init()
978 printk(") toneburst=%d\n", toneburst); in cx24116_send_diseqc_msg()
993 if (toneburst == CX24116_DISEQC_MESGCACHE) in cx24116_send_diseqc_msg()
997 else if (toneburst == CX24116_DISEQC_TONEOFF) in cx24116_send_diseqc_msg()
1001 else if (toneburst == CX24116_DISEQC_TONECACHE) { in cx24116_send_diseqc_msg()
1051 ((toneburst == CX24116_DISEQC_TONEOFF) ? 30 : 60)); in cx24116_send_diseqc_msg()
1063 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); in cx24116_diseqc_send_burst()
[all …]