Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/rc/
Dserial_ir.c57 static bool txsense; /* 0 = active high, 1 = active low */ variable
163 if (txsense) in on()
171 if (txsense) in off()
840 module_param(txsense, bool, 0444);
841 MODULE_PARM_DESC(txsense, "Sense of transmitter circuit (0 = active high, 1 = active low )");