Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/echo/
H A Decho.c186 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0; in oslec_create()
232 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 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()
H A Decho.h137 int lrxacc; member
/kernel/linux/linux-6.6/drivers/misc/echo/
H A Decho.c186 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0; in oslec_create()
232 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 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()
H A Decho.h137 int lrxacc; member

Completed in 3 milliseconds