Lines Matching refs:tty_struct
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()
261 static void n_tty_check_unthrottle(struct tty_struct *tty) in n_tty_check_unthrottle()
331 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()
388 static inline int is_continuation(u8 c, const struct tty_struct *tty) in is_continuation()
412 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char()
486 static int process_output(u8 c, struct tty_struct *tty) in process_output()
521 static ssize_t process_output_block(struct tty_struct *tty, in process_output_block()
580 static int n_tty_process_echo_ops(struct tty_struct *tty, size_t *tail, in n_tty_process_echo_ops()
696 static size_t __process_echoes(struct tty_struct *tty) in __process_echoes()
750 static void commit_echoes(struct tty_struct *tty) in commit_echoes()
779 static void process_echoes(struct tty_struct *tty) in process_echoes()
797 static void flush_echoes(struct tty_struct *tty) in flush_echoes()
910 static void echo_char(u8 c, const struct tty_struct *tty) in echo_char()
948 static void eraser(u8 c, const struct tty_struct *tty) in eraser()
1067 static void __isig(int sig, struct tty_struct *tty) in __isig()
1090 static void isig(int sig, struct tty_struct *tty) in isig()
1137 static void n_tty_receive_break(struct tty_struct *tty) in n_tty_receive_break()
1164 static void n_tty_receive_overrun(const struct tty_struct *tty) in n_tty_receive_overrun()
1187 static void n_tty_receive_parity_error(const struct tty_struct *tty, in n_tty_receive_parity_error()
1206 n_tty_receive_signal_char(struct tty_struct *tty, int signal, u8 c) in n_tty_receive_signal_char()
1218 static bool n_tty_is_char_flow_ctrl(struct tty_struct *tty, u8 c) in n_tty_is_char_flow_ctrl()
1238 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, u8 c, in n_tty_receive_char_flow_ctrl()
1258 static void n_tty_receive_handle_newline(struct tty_struct *tty, u8 c) in n_tty_receive_handle_newline()
1269 static bool n_tty_receive_char_canon(struct tty_struct *tty, u8 c) in n_tty_receive_char_canon()
1354 static void n_tty_receive_char_special(struct tty_struct *tty, u8 c, in n_tty_receive_char_special()
1423 static void n_tty_receive_char(struct tty_struct *tty, u8 c) in n_tty_receive_char()
1445 static void n_tty_receive_char_closing(struct tty_struct *tty, u8 c, in n_tty_receive_char_closing()
1465 n_tty_receive_char_flagged(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_flagged()
1485 n_tty_receive_char_lnext(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_lnext()
1501 static void n_tty_lookahead_flow_ctrl(struct tty_struct *tty, const u8 *cp, in n_tty_lookahead_flow_ctrl()
1522 n_tty_receive_buf_real_raw(const struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf_real_raw()
1541 n_tty_receive_buf_raw(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_raw()
1558 n_tty_receive_buf_closing(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_closing()
1571 static void n_tty_receive_buf_standard(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf_standard()
1610 static void __receive_buf(struct tty_struct *tty, const u8 *cp, const u8 *fp, in __receive_buf()
1695 n_tty_receive_buf_common(struct tty_struct *tty, const u8 *cp, const u8 *fp, in n_tty_receive_buf_common()
1776 static void n_tty_receive_buf(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf()
1782 static size_t n_tty_receive_buf2(struct tty_struct *tty, const u8 *cp, in n_tty_receive_buf2()
1800 static void n_tty_set_termios(struct tty_struct *tty, const struct ktermios *old) in n_tty_set_termios()
1891 static void n_tty_close(struct tty_struct *tty) in n_tty_close()
1912 static int n_tty_open(struct tty_struct *tty) in n_tty_open()
1934 static inline int input_available_p(const struct tty_struct *tty, int poll) in input_available_p()
1963 static bool copy_from_read_buf(const struct tty_struct *tty, u8 **kbp, in copy_from_read_buf()
2018 static bool canon_copy_from_read_buf(const struct tty_struct *tty, u8 **kbp, in canon_copy_from_read_buf()
2123 static int job_control(struct tty_struct *tty, struct file *file) in job_control()
2157 static ssize_t n_tty_read(struct tty_struct *tty, struct file *file, u8 *kbuf, in n_tty_read()
2358 static ssize_t n_tty_write(struct tty_struct *tty, struct file *file, in n_tty_write()
2457 static __poll_t n_tty_poll(struct tty_struct *tty, struct file *file, in n_tty_poll()
2503 static int n_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in n_tty_ioctl()