Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/echo/
Decho.c198 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0; in oslec_create()
244 ec->ltxacc = ec->lrxacc = ec->lcleanacc = ec->lclean_bgacc = 0; in oslec_flush()
356 ec->ltxacc += abs(tx) - ec->ltx; in oslec_update()
357 ec->ltx = (ec->ltxacc + (1 << 4)) >> 5; in oslec_update()
Decho.h148 int ltxacc; member