Lines Matching defs:tty

77 static inline int tty_put_user(struct tty_struct *tty, unsigned char x,  in tty_put_user()
94 static void n_tty_set_room(struct tty_struct *tty) in n_tty_set_room()
116 static void put_tty_queue_nolock(unsigned char c, struct tty_struct *tty) in put_tty_queue_nolock()
135 static void put_tty_queue(unsigned char c, struct tty_struct *tty) in put_tty_queue()
156 static void check_unthrottle(struct tty_struct *tty) in check_unthrottle()
173 static void reset_buffer_flags(struct tty_struct *tty) in reset_buffer_flags()
202 static void n_tty_flush_buffer(struct tty_struct *tty) in n_tty_flush_buffer()
229 static ssize_t n_tty_chars_in_buffer(struct tty_struct *tty) in n_tty_chars_in_buffer()
268 static inline int is_continuation(unsigned char c, struct tty_struct *tty) in is_continuation()
295 static int do_output_char(unsigned char c, struct tty_struct *tty, int space) in do_output_char()
369 static int process_output(unsigned char c, struct tty_struct *tty) in process_output()
404 static ssize_t process_output_block(struct tty_struct *tty, in process_output_block()
488 static void process_echoes(struct tty_struct *tty) in process_echoes()
660 static void add_echo_byte(unsigned char c, struct tty_struct *tty) in add_echo_byte()
706 static void echo_move_back_col(struct tty_struct *tty) in echo_move_back_col()
726 static void echo_set_canon_col(struct tty_struct *tty) in echo_set_canon_col()
754 struct tty_struct *tty) in echo_erase_tab()
786 static void echo_char_raw(unsigned char c, struct tty_struct *tty) in echo_char_raw()
814 static void echo_char(unsigned char c, struct tty_struct *tty) in echo_char()
835 static inline void finish_erasing(struct tty_struct *tty) in finish_erasing()
855 static void eraser(unsigned char c, struct tty_struct *tty) in eraser()
997 static inline void isig(int sig, struct tty_struct *tty, int flush) in isig()
1017 static inline void n_tty_receive_break(struct tty_struct *tty) in n_tty_receive_break()
1046 static inline void n_tty_receive_overrun(struct tty_struct *tty) in n_tty_receive_overrun()
1069 static inline void n_tty_receive_parity_error(struct tty_struct *tty, in n_tty_receive_parity_error()
1095 static inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c) in n_tty_receive_char()
1343 static void n_tty_write_wakeup(struct tty_struct *tty) in n_tty_write_wakeup()
1362 static void n_tty_receive_buf(struct tty_struct *tty, const unsigned char *cp, in n_tty_receive_buf()
1458 static void n_tty_set_termios(struct tty_struct *tty, struct ktermios *old) in n_tty_set_termios()
1548 static void n_tty_close(struct tty_struct *tty) in n_tty_close()
1571 static int n_tty_open(struct tty_struct *tty) in n_tty_open()
1597 static inline int input_available_p(struct tty_struct *tty, int amt) in input_available_p()
1626 static int copy_from_read_buf(struct tty_struct *tty, in copy_from_read_buf()
1677 static int job_control(struct tty_struct *tty, struct file *file) in job_control()
1716 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, in n_tty_read()
1940 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write()
2032 static unsigned int n_tty_poll(struct tty_struct *tty, struct file *file, in n_tty_poll()
2060 static unsigned long inq_canon(struct tty_struct *tty) in inq_canon()
2079 static int n_tty_ioctl(struct tty_struct *tty, struct file *file, in n_tty_ioctl()