Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dserial_ir.c64 static bool txsense; /* 0 = active high, 1 = active low */ variable
170 if (txsense) in on()
178 if (txsense) in off()
854 module_param(txsense, bool, 0444);
855 MODULE_PARM_DESC(txsense, "Sense of transmitter circuit (0 = active high, 1 = active low )");