Lines Matching defs:tty
30 void tty_buffer_free_all(struct tty_struct *tty) in tty_buffer_free_all()
57 static struct tty_buffer *tty_buffer_alloc(struct tty_struct *tty, size_t size) in tty_buffer_alloc()
88 static void tty_buffer_free(struct tty_struct *tty, struct tty_buffer *b) in tty_buffer_free()
113 static void __tty_buffer_flush(struct tty_struct *tty) in __tty_buffer_flush()
135 void tty_buffer_flush(struct tty_struct *tty) in tty_buffer_flush()
166 static struct tty_buffer *tty_buffer_find(struct tty_struct *tty, size_t size) in tty_buffer_find()
199 int tty_buffer_request_room(struct tty_struct *tty, size_t size) in tty_buffer_request_room()
246 int tty_insert_flip_string_fixed_flag(struct tty_struct *tty, in tty_insert_flip_string_fixed_flag()
283 int tty_insert_flip_string_flags(struct tty_struct *tty, in tty_insert_flip_string_flags()
318 void tty_schedule_flip(struct tty_struct *tty) in tty_schedule_flip()
344 int tty_prepare_flip_string(struct tty_struct *tty, unsigned char **chars, in tty_prepare_flip_string()
374 int tty_prepare_flip_string_flags(struct tty_struct *tty, in tty_prepare_flip_string_flags()
404 struct tty_struct *tty = in flush_to_ldisc() local
470 void tty_flush_to_ldisc(struct tty_struct *tty) in tty_flush_to_ldisc()
488 void tty_flip_buffer_push(struct tty_struct *tty) in tty_flip_buffer_push()
513 void tty_buffer_init(struct tty_struct *tty) in tty_buffer_init()