Searched refs:lrx (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/misc/echo/
H A Decho.c187 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
233 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
346 ec->lrxacc += abs(rx) - ec->lrx;
347 ec->lrx = (ec->lrxacc + (1 << 4)) >> 5;
420 if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx))
H A Decho.h141 int lrx; member in struct:oslec_state

Completed in 257 milliseconds