Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/echo/
Decho.c199 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0; in oslec_create()
245 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0; in oslec_flush()
358 ec->lrxacc += abs(rx) - ec->lrx; in oslec_update()
359 ec->lrx = (ec->lrxacc + (1 << 4)) >> 5; in oslec_update()
432 if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx)) in oslec_update()
Decho.h153 int lrx; member