Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcx24116.c103 #define CX24116_DISEQC_TONEOFF (0) /* toneburst never sent */
104 #define CX24116_DISEQC_TONECACHE (1) /* toneburst cached */
120 static int toneburst = 1; variable
121 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()
978 /* DiSEqC toneburst */ in cx24116_send_diseqc_msg()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcx24116.c103 #define CX24116_DISEQC_TONEOFF (0) /* toneburst never sent */
104 #define CX24116_DISEQC_TONECACHE (1) /* toneburst cached */
120 static int toneburst = 1; variable
121 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()
978 /* DiSEqC toneburst */ in cx24116_send_diseqc_msg()
[all...]

Completed in 4 milliseconds