Lines Matching refs:tty_struct

156 static inline int tty_put_user(struct tty_struct *tty, unsigned char x,  in tty_put_user()
165 static inline int tty_copy_to_user(struct tty_struct *tty, in tty_copy_to_user()
188 static void n_tty_kick_worker(struct tty_struct *tty) in n_tty_kick_worker()
208 static ssize_t chars_in_buffer(struct tty_struct *tty) in chars_in_buffer()
229 static void n_tty_write_wakeup(struct tty_struct *tty) in n_tty_write_wakeup()
235 static void n_tty_check_throttle(struct tty_struct *tty) in n_tty_check_throttle()
259 static void n_tty_check_unthrottle(struct tty_struct *tty) in n_tty_check_unthrottle()
335 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()
382 static ssize_t n_tty_chars_in_buffer(struct tty_struct *tty) in n_tty_chars_in_buffer()
416 static inline int is_continuation(unsigned char c, struct tty_struct *tty) in is_continuation()
443 static int do_output_char(unsigned char c, struct tty_struct *tty, int space) in do_output_char()
518 static int process_output(unsigned char c, struct tty_struct *tty) in process_output()
554 static ssize_t process_output_block(struct tty_struct *tty, in process_output_block()
638 static size_t __process_echoes(struct tty_struct *tty) in __process_echoes()
773 static void commit_echoes(struct tty_struct *tty) in commit_echoes()
799 static void process_echoes(struct tty_struct *tty) in process_echoes()
817 static void flush_echoes(struct tty_struct *tty) in flush_echoes()
935 static void echo_char(unsigned char c, struct tty_struct *tty) in echo_char()
975 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()
1196 static void n_tty_receive_overrun(struct tty_struct *tty) in n_tty_receive_overrun()
1223 static void n_tty_receive_parity_error(struct tty_struct *tty, unsigned char c) in n_tty_receive_parity_error()
1243 n_tty_receive_signal_char(struct tty_struct *tty, int signal, unsigned char c) in n_tty_receive_signal_char()
1273 n_tty_receive_char_special(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_special()
1409 n_tty_receive_char_inline(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_inline()
1431 static void n_tty_receive_char(struct tty_struct *tty, unsigned char c) in n_tty_receive_char()
1437 n_tty_receive_char_fast(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_fast()
1456 static void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_closing()
1477 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged()
1500 n_tty_receive_char_lnext(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_lnext()
1516 n_tty_receive_buf_real_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_real_raw()
1536 n_tty_receive_buf_raw(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_raw()
1553 n_tty_receive_buf_closing(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_closing()
1569 n_tty_receive_buf_standard(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_standard()
1603 n_tty_receive_buf_fast(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_fast()
1628 static void __receive_buf(struct tty_struct *tty, const unsigned char *cp, in __receive_buf()
1706 n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf_common()
1775 static void n_tty_receive_buf(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf()
1781 static int n_tty_receive_buf2(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf2()
1807 static void n_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in n_tty_set_termios()
1901 static void n_tty_close(struct tty_struct *tty) in n_tty_close()
1922 static int n_tty_open(struct tty_struct *tty) in n_tty_open()
1954 static inline int input_available_p(struct tty_struct *tty, int poll) in input_available_p()
1985 static int copy_from_read_buf(struct tty_struct *tty, in copy_from_read_buf()
2040 static int canon_copy_from_read_buf(struct tty_struct *tty, in canon_copy_from_read_buf()
2131 static int job_control(struct tty_struct *tty, struct file *file) in job_control()
2177 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, in n_tty_read()
2355 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write()
2456 static unsigned int n_tty_poll(struct tty_struct *tty, struct file *file, in n_tty_poll()
2509 static int n_tty_ioctl(struct tty_struct *tty, struct file *file, in n_tty_ioctl()
2531 static void n_tty_fasync(struct tty_struct *tty, int on) in n_tty_fasync()