Lines Matching refs:tty_struct
155 static int tty_copy_to_user(struct tty_struct *tty, void __user *to, in tty_copy_to_user()
189 static void n_tty_kick_worker(struct tty_struct *tty) in n_tty_kick_worker()
209 static ssize_t chars_in_buffer(struct tty_struct *tty) in chars_in_buffer()
230 static void n_tty_write_wakeup(struct tty_struct *tty) in n_tty_write_wakeup()
236 static void n_tty_check_throttle(struct tty_struct *tty) in n_tty_check_throttle()
260 static void n_tty_check_unthrottle(struct tty_struct *tty) in n_tty_check_unthrottle()
330 static void n_tty_packet_mode_flush(struct tty_struct *tty) in n_tty_packet_mode_flush()
356 static void n_tty_flush_buffer(struct tty_struct *tty) in n_tty_flush_buffer()
389 static inline int is_continuation(unsigned char c, struct tty_struct *tty) in is_continuation()
416 static int do_output_char(unsigned char c, struct tty_struct *tty, int space) in do_output_char()
491 static int process_output(unsigned char c, struct tty_struct *tty) in process_output()
527 static ssize_t process_output_block(struct tty_struct *tty, in process_output_block()
611 static size_t __process_echoes(struct tty_struct *tty) in __process_echoes()
757 static void commit_echoes(struct tty_struct *tty) in commit_echoes()
786 static void process_echoes(struct tty_struct *tty) in process_echoes()
804 static void flush_echoes(struct tty_struct *tty) in flush_echoes()
924 static void echo_char(unsigned char c, struct tty_struct *tty) in echo_char()
964 static void eraser(unsigned char c, struct tty_struct *tty) in eraser()
1097 static void __isig(int sig, struct tty_struct *tty) in __isig()
1106 static void isig(int sig, struct tty_struct *tty) in isig()
1154 static void n_tty_receive_break(struct tty_struct *tty) in n_tty_receive_break()
1184 static void n_tty_receive_overrun(struct tty_struct *tty) in n_tty_receive_overrun()
1208 static void n_tty_receive_parity_error(struct tty_struct *tty, unsigned char c) in n_tty_receive_parity_error()
1226 n_tty_receive_signal_char(struct tty_struct *tty, int signal, unsigned char c) in n_tty_receive_signal_char()
1256 n_tty_receive_char_special(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_special()
1392 n_tty_receive_char_inline(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_inline()
1414 static void n_tty_receive_char(struct tty_struct *tty, unsigned char c) in n_tty_receive_char()
1420 n_tty_receive_char_fast(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_fast()
1439 static void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_closing()
1460 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged()
1480 n_tty_receive_char_lnext(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_lnext()
1496 n_tty_receive_buf_real_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_real_raw()
1516 n_tty_receive_buf_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_raw()
1533 n_tty_receive_buf_closing(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_closing()
1547 n_tty_receive_buf_standard(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_standard()
1581 n_tty_receive_buf_fast(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_fast()
1606 static void __receive_buf(struct tty_struct *tty, const unsigned char *cp, in __receive_buf()
1684 n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_common()
1753 static void n_tty_receive_buf(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf()
1759 static int n_tty_receive_buf2(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf2()
1779 static void n_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in n_tty_set_termios()
1873 static void n_tty_close(struct tty_struct *tty) in n_tty_close()
1894 static int n_tty_open(struct tty_struct *tty) in n_tty_open()
1916 static inline int input_available_p(struct tty_struct *tty, int poll) in input_available_p()
1947 static int copy_from_read_buf(struct tty_struct *tty, in copy_from_read_buf()
2002 static int canon_copy_from_read_buf(struct tty_struct *tty, in canon_copy_from_read_buf()
2083 static int job_control(struct tty_struct *tty, struct file *file) in job_control()
2116 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, in n_tty_read()
2285 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write()
2386 static __poll_t n_tty_poll(struct tty_struct *tty, struct file *file, in n_tty_poll()
2432 static int n_tty_ioctl(struct tty_struct *tty, struct file *file, in n_tty_ioctl()