Lines Matching refs:tty_port
10 extern int tty_buffer_set_limit(struct tty_port *port, int limit);
11 extern unsigned int tty_buffer_space_avail(struct tty_port *port);
12 extern int tty_buffer_request_room(struct tty_port *port, size_t size);
13 extern int tty_insert_flip_string_flags(struct tty_port *port,
15 extern int tty_insert_flip_string_fixed_flag(struct tty_port *port,
17 extern int tty_prepare_flip_string(struct tty_port *port,
19 extern void tty_flip_buffer_push(struct tty_port *port);
20 int __tty_insert_flip_char(struct tty_port *port, unsigned char ch, char flag);
22 static inline int tty_insert_flip_char(struct tty_port *port, in tty_insert_flip_char()
38 static inline int tty_insert_flip_string(struct tty_port *port, in tty_insert_flip_string()
47 extern void tty_buffer_lock_exclusive(struct tty_port *port);
48 extern void tty_buffer_unlock_exclusive(struct tty_port *port);