clean_nlp 451 drivers/misc/echo/echo.c ec->clean_nlp = ec->clean; clean_nlp 484 drivers/misc/echo/echo.c ec->clean_nlp = clean_nlp 489 drivers/misc/echo/echo.c if (ec->clean_nlp > ec->lbgn) clean_nlp 490 drivers/misc/echo/echo.c ec->clean_nlp = ec->lbgn; clean_nlp 491 drivers/misc/echo/echo.c if (ec->clean_nlp < -ec->lbgn) clean_nlp 492 drivers/misc/echo/echo.c ec->clean_nlp = -ec->lbgn; clean_nlp 498 drivers/misc/echo/echo.c ec->clean_nlp = 0; clean_nlp 524 drivers/misc/echo/echo.c ec->clean_nlp = rx; clean_nlp 528 drivers/misc/echo/echo.c return (int16_t) ec->clean_nlp << 1; clean_nlp 121 drivers/misc/echo/echo.h int16_t clean_nlp;