lrx               187 drivers/misc/echo/echo.c 	ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
lrx               233 drivers/misc/echo/echo.c 	ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
lrx               346 drivers/misc/echo/echo.c 	ec->lrxacc += abs(rx) - ec->lrx;
lrx               347 drivers/misc/echo/echo.c 	ec->lrx = (ec->lrxacc + (1 << 4)) >> 5;
lrx               420 drivers/misc/echo/echo.c 	if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx))
lrx               141 drivers/misc/echo/echo.h 	int lrx;