Lines Matching defs:n_tty_data
91 struct n_tty_data { struct
93 size_t read_head;
94 size_t commit_head;
95 size_t canon_head;
96 size_t echo_head;
97 size_t echo_commit;
98 size_t echo_mark;
102 unsigned long overrun_time;
103 int num_overrun;
106 bool no_room;
132 static inline size_t read_cnt(struct n_tty_data *ldata) in read_cnt() argument