Home
last modified time | relevance | path

Searched refs:lrx (Results 1 - 4 of 4) sorted by relevance

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

Completed in 3 milliseconds