Lines Matching defs:tty
161 static void zero_buffer(const struct tty_struct *tty, u8 *buffer, size_t size) in zero_buffer()
167 static void tty_copy(const struct tty_struct *tty, void *to, size_t tail, in tty_copy()
199 static void n_tty_kick_worker(const struct tty_struct *tty) in n_tty_kick_worker()
219 static ssize_t chars_in_buffer(const struct tty_struct *tty) in chars_in_buffer()
234 static void n_tty_write_wakeup(struct tty_struct *tty) in n_tty_write_wakeup()
240 static void n_tty_check_throttle(struct tty_struct *tty) in n_tty_check_throttle()
264 static void n_tty_check_unthrottle(struct tty_struct *tty) in n_tty_check_unthrottle()
336 static void n_tty_packet_mode_flush(struct tty_struct *tty) in n_tty_packet_mode_flush()
361 static void n_tty_flush_buffer(struct tty_struct *tty) in n_tty_flush_buffer()
393 static inline int is_continuation(u8 c, const struct tty_struct *tty) in is_continuation()
417 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char()
491 static int process_output(u8 c, struct tty_struct *tty) in process_output()
526 static ssize_t process_output_block(struct tty_struct *tty, in process_output_block()
585 static int n_tty_process_echo_ops(struct tty_struct *tty, size_t *tail, in n_tty_process_echo_ops()
701 static size_t __process_echoes(struct tty_struct *tty) in __process_echoes()
755 static void commit_echoes(struct tty_struct *tty) in commit_echoes()
784 static void process_echoes(struct tty_struct *tty) in process_echoes()
802 static void flush_echoes(struct tty_struct *tty) in flush_echoes()
915 static void echo_char(u8 c, const struct tty_struct *tty) in echo_char()
953 static void eraser(u8 c, const struct tty_struct *tty) in eraser()
1072 static void __isig(int sig, struct tty_struct *tty) in __isig()
1095 static void isig(int sig, struct tty_struct *tty) in isig()
1142 static void n_tty_receive_break(struct tty_struct *tty) in n_tty_receive_break()
1169 static void n_tty_receive_overrun(const struct tty_struct *tty) in n_tty_receive_overrun()
1192 static void n_tty_receive_parity_error(const struct tty_struct *tty, in n_tty_receive_parity_error()
1211 n_tty_receive_signal_char(struct tty_struct *tty, int signal, u8 c) in n_tty_receive_signal_char()
1223 static bool n_tty_is_char_flow_ctrl(struct tty_struct *tty, u8 c) in n_tty_is_char_flow_ctrl()
1243 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, u8 c, in n_tty_receive_char_flow_ctrl()
1263 static void n_tty_receive_handle_newline(struct tty_struct *tty, u8 c) in n_tty_receive_handle_newline()
1274 static bool n_tty_receive_char_canon(struct tty_struct *tty, u8 c) in n_tty_receive_char_canon()
1359 static void n_tty_receive_char_special(struct tty_struct *tty, u8 c, in n_tty_receive_char_special()
1428 static void n_tty_receive_char(struct tty_struct *tty, u8 c) in n_tty_receive_char()
1450 static void n_tty_receive_char_closing(struct tty_struct *tty, u8 c, in n_tty_receive_char_closing()
1470 n_tty_receive_char_flagged(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_flagged()
1490 n_tty_receive_char_lnext(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_lnext()
1506 static void n_tty_lookahead_flow_ctrl(struct tty_struct *tty, const u8 *cp, in n_tty_lookahead_flow_ctrl()
1527 n_tty_receive_buf_real_raw(const struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf_real_raw()
1546 n_tty_receive_buf_raw(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_raw()
1563 n_tty_receive_buf_closing(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_closing()
1576 static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf_standard()
1615 static void __receive_buf(struct tty_struct *tty, const u8 *cp, const u8 *fp, in __receive_buf()
1690 n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_common()
1771 static void n_tty_receive_buf(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf()
1777 static size_t n_tty_receive_buf2(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf2()
1795 static void n_tty_set_termios(struct tty_struct *tty, const struct ktermios *old) in n_tty_set_termios()
1886 static void n_tty_close(struct tty_struct *tty) in n_tty_close()
1907 static int n_tty_open(struct tty_struct *tty) in n_tty_open()
1929 static inline int input_available_p(const struct tty_struct *tty, int poll) in input_available_p()
1958 static bool copy_from_read_buf(const struct tty_struct *tty, u8 **kbp, in copy_from_read_buf()
2012 static bool canon_copy_from_read_buf(const struct tty_struct *tty, u8 **kbp, in canon_copy_from_read_buf()
2117 static int job_control(struct tty_struct *tty, struct file *file) in job_control()
2151 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, u8 *kbuf, in n_tty_read()
2353 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write()
2452 static __poll_t n_tty_poll(struct tty_struct *tty, struct file *file, in n_tty_poll()
2498 static int n_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in n_tty_ioctl()