Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h112 #define L_ECHOKE(tty) _L_FLAG((tty), ECHOKE) macro
/openbmc/linux/drivers/tty/
H A Dn_tty.c974 if (!L_ECHOK(tty) || !L_ECHOKE(tty) || !L_ECHOE(tty)) { in eraser()