Search notes:

include/linux/tty_ldisc.h

The struct tty_ldisc defines the interface between the tty line discipline implementation and the tty routines. It consists of a pointer to a struct tty_ldisc_ops and a pointer to a struct tty_struct.

See also

Linux terminal subsystem

Index