Searched refs:txsense (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | serial_ir.c | 56 static bool txsense; /* 0 = active high, 1 = active low */ variable 162 if (txsense) in on() 170 if (txsense) in off() 839 module_param(txsense, bool, 0444); 840 MODULE_PARM_DESC(txsense, "Sense of transmitter circuit (0 = active high, 1 = active low )");
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | serial_ir.c | 56 static bool txsense; /* 0 = active high, 1 = active low */ variable 162 if (txsense) in on() 170 if (txsense) in off() 839 module_param(txsense, bool, 0444); 840 MODULE_PARM_DESC(txsense, "Sense of transmitter circuit (0 = active high, 1 = active low )");
|
Completed in 3 milliseconds