Lines Matching defs:tty

177 	struct tty_struct *tty;  in alloc_tty_struct()  local
185 static inline void free_tty_struct(struct tty_struct *tty) in free_tty_struct()
194 _tty_make_name(struct tty_struct *tty, const char *name, char *buf) in _tty_make_name()
207 #define TTY_NUMBER(tty) (MINOR((tty)->device) - (tty)->driver.minor_start + \ argument
210 char *tty_name(struct tty_struct *tty, char *buf) in tty_name()
215 inline int tty_paranoia_check(struct tty_struct *tty, kdev_t device, in tty_paranoia_check()
236 static int check_tty_count(struct tty_struct *tty, const char *routine) in check_tty_count()
268 static void tty_set_termios_ldisc(struct tty_struct *tty, int num) in tty_set_termios_ldisc()
355 void tty_ldisc_assign(struct tty_struct *tty, struct tty_ldisc *ld) in tty_ldisc_assign()
371 static int tty_ldisc_try(struct tty_struct *tty) in tty_ldisc_try()
402 struct tty_ldisc *tty_ldisc_ref_wait(struct tty_struct *tty) in tty_ldisc_ref_wait()
420 struct tty_ldisc *tty_ldisc_ref(struct tty_struct *tty) in tty_ldisc_ref()
461 static void tty_ldisc_enable(struct tty_struct *tty) in tty_ldisc_enable()
476 static int tty_set_ldisc(struct tty_struct *tty, int ldisc) in tty_set_ldisc()
626 int tty_check_change(struct tty_struct * tty) in tty_check_change()
706 void tty_wakeup(struct tty_struct *tty) in tty_wakeup()
728 void tty_ldisc_flush(struct tty_struct *tty) in tty_ldisc_flush()
747 struct tty_struct *tty = (struct tty_struct *) data; in do_tty_hangup() local
868 void tty_hangup(struct tty_struct * tty) in tty_hangup()
878 void tty_vhangup(struct tty_struct * tty) in tty_vhangup()
908 struct tty_struct *tty = current->tty; in disassociate_ctty() local
940 void stop_tty(struct tty_struct *tty) in stop_tty()
954 void start_tty(struct tty_struct *tty) in start_tty()
974 struct tty_struct * tty; in tty_read() local
1026 struct tty_struct *tty, in do_tty_write()
1080 struct tty_struct * tty; in tty_write() local
1165 struct tty_struct *tty, *o_tty; in init_dev() local
1374 static void release_mem(struct tty_struct *tty, int idx) in release_mem()
1414 struct tty_struct *tty, *o_tty; in release_dev() local
1686 struct tty_struct *tty; in tty_open() local
1837 struct tty_struct * tty; in tty_poll() local
1854 struct tty_struct * tty; in tty_fasync() local
1880 static int tiocsti(struct tty_struct *tty, char * arg) in tiocsti()
1895 static int tiocgwinsz(struct tty_struct *tty, struct winsize * arg) in tiocgwinsz()
1902 static int tiocswinsz(struct tty_struct *tty, struct tty_struct *real_tty, in tiocswinsz()
1961 static int tiocsctty(struct tty_struct *tty, int arg) in tiocsctty()
2000 static int tiocgpgrp(struct tty_struct *tty, struct tty_struct *real_tty, pid_t *arg) in tiocgpgrp()
2011 static int tiocspgrp(struct tty_struct *tty, struct tty_struct *real_tty, pid_t *arg) in tiocspgrp()
2034 static int tiocgsid(struct tty_struct *tty, struct tty_struct *real_tty, pid_t *arg) in tiocgsid()
2047 static int tiocttygstruct(struct tty_struct *tty, struct tty_struct *arg) in tiocttygstruct()
2054 static int tiocsetd(struct tty_struct *tty, int *arg) in tiocsetd()
2063 static int send_break(struct tty_struct *tty, int duration) in send_break()
2076 static int tty_generic_brk(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned lo… in tty_generic_brk()
2097 struct tty_struct *tty, *real_tty; in tty_ioctl() local
2316 void do_SAK(struct tty_struct *tty) in do_SAK()
2330 struct tty_struct *tty = (struct tty_struct *) private_; in flush_to_ldisc() local
2376 int tty_push_data(struct tty_struct *tty, unsigned char *cp, unsigned char *fp, int count) in tty_push_data()
2412 int tty_get_baud_rate(struct tty_struct *tty) in tty_get_baud_rate()
2438 void tty_flip_buffer_push(struct tty_struct *tty) in tty_flip_buffer_push()
2449 static void initialize_tty_struct(struct tty_struct *tty) in initialize_tty_struct()
2475 void tty_default_put_char(struct tty_struct *tty, unsigned char ch) in tty_default_put_char()