Home
last modified time | relevance | path

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

/drivers/media/rc/
Dserial_ir.c56 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 )");