Lines Matching defs:tty
158 static void zero_buffer(struct tty_struct *tty, u8 *buffer, int size) in zero_buffer()
167 static void tty_copy(struct tty_struct *tty, void *to, size_t tail, size_t n) in tty_copy()
199 static void n_tty_kick_worker(struct tty_struct *tty) in n_tty_kick_worker()
219 static ssize_t chars_in_buffer(struct tty_struct *tty) in chars_in_buffer()
240 static void n_tty_write_wakeup(struct tty_struct *tty) in n_tty_write_wakeup()
246 static void n_tty_check_throttle(struct tty_struct *tty) in n_tty_check_throttle()
270 static void n_tty_check_unthrottle(struct tty_struct *tty) in n_tty_check_unthrottle()
340 static void n_tty_packet_mode_flush(struct tty_struct *tty) in n_tty_packet_mode_flush()
366 static void n_tty_flush_buffer(struct tty_struct *tty) in n_tty_flush_buffer()
399 static inline int is_continuation(unsigned char c, struct tty_struct *tty) in is_continuation()
426 static int do_output_char(unsigned char c, struct tty_struct *tty, int space) in do_output_char()
501 static int process_output(unsigned char c, struct tty_struct *tty) in process_output()
537 static ssize_t process_output_block(struct tty_struct *tty, in process_output_block()
621 static size_t __process_echoes(struct tty_struct *tty) in __process_echoes()
767 static void commit_echoes(struct tty_struct *tty) in commit_echoes()
796 static void process_echoes(struct tty_struct *tty) in process_echoes()
814 static void flush_echoes(struct tty_struct *tty) in flush_echoes()
934 static void echo_char(unsigned char c, struct tty_struct *tty) in echo_char()
974 static void eraser(unsigned char c, struct tty_struct *tty) in eraser()
1107 static void __isig(int sig, struct tty_struct *tty) in __isig()
1116 static void isig(int sig, struct tty_struct *tty) in isig()
1164 static void n_tty_receive_break(struct tty_struct *tty) in n_tty_receive_break()
1194 static void n_tty_receive_overrun(struct tty_struct *tty) in n_tty_receive_overrun()
1218 static void n_tty_receive_parity_error(struct tty_struct *tty, unsigned char c) in n_tty_receive_parity_error()
1236 n_tty_receive_signal_char(struct tty_struct *tty, int signal, unsigned char c) in n_tty_receive_signal_char()
1266 n_tty_receive_char_special(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_special()
1402 n_tty_receive_char_inline(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_inline()
1424 static void n_tty_receive_char(struct tty_struct *tty, unsigned char c) in n_tty_receive_char()
1430 n_tty_receive_char_fast(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_fast()
1449 static void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_closing()
1470 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged()
1490 n_tty_receive_char_lnext(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_lnext()
1506 n_tty_receive_buf_real_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_real_raw()
1526 n_tty_receive_buf_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_raw()
1543 n_tty_receive_buf_closing(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_closing()
1557 n_tty_receive_buf_standard(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_standard()
1591 n_tty_receive_buf_fast(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_fast()
1616 static void __receive_buf(struct tty_struct *tty, const unsigned char *cp, in __receive_buf()
1694 n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_common()
1763 static void n_tty_receive_buf(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf()
1769 static int n_tty_receive_buf2(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf2()
1789 static void n_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in n_tty_set_termios()
1883 static void n_tty_close(struct tty_struct *tty) in n_tty_close()
1904 static int n_tty_open(struct tty_struct *tty) in n_tty_open()
1926 static inline int input_available_p(struct tty_struct *tty, int poll) in input_available_p()
1956 static bool copy_from_read_buf(struct tty_struct *tty, in copy_from_read_buf()
2012 static bool canon_copy_from_read_buf(struct tty_struct *tty, in canon_copy_from_read_buf()
2092 static int job_control(struct tty_struct *tty, struct file *file) in job_control()
2125 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, in n_tty_read()
2317 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write()
2418 static __poll_t n_tty_poll(struct tty_struct *tty, struct file *file, in n_tty_poll()
2464 static int n_tty_ioctl(struct tty_struct *tty, struct file *file, in n_tty_ioctl()