ltx               187 drivers/misc/echo/echo.c 	ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
ltx               233 drivers/misc/echo/echo.c 	ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
ltx               344 drivers/misc/echo/echo.c 	ec->ltxacc += abs(tx) - ec->ltx;
ltx               345 drivers/misc/echo/echo.c 	ec->ltx = (ec->ltxacc + (1 << 4)) >> 5;
ltx               420 drivers/misc/echo/echo.c 	if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx))
ltx               435 drivers/misc/echo/echo.c 	    (8 * ec->lclean_bg < ec->ltx)) {
ltx               459 drivers/misc/echo/echo.c 		if ((16 * ec->lclean < ec->ltx)) {
ltx               140 drivers/misc/echo/echo.h 	int ltx;