Home
last modified time | relevance | path

Searched refs:N_TTY (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dtty.h10 #define N_TTY 0 macro
/linux/Documentation/driver-api/tty/
H A Dn_tty.rst4 N_TTY title
H A Dtty_ldisc.rst10 device. The default line discipline is :doc:`N_TTY <n_tty>`. It is also a
11 fallback if establishing any other discipline for a tty fails. If even N_TTY
/linux/drivers/tty/vt/
H A Dvt.c3578 * We can't deal with anything but the N_TTY ldisc,
3583 return ldisc == N_TTY ? 0 : -EINVAL; in con_ldisc_ok()