Lines Matching defs:tty

202 	struct tty_struct *tty;		/* The tty our ldisc is bound to */  member
1080 static void gsm_process_modem(struct tty_struct *tty, struct gsm_dlci *dlci, in gsm_process_modem()
1150 struct tty_struct *tty; in gsm_control_modem() local
1659 struct tty_struct *tty; in gsm_dlci_data() local
1814 struct tty_struct *tty = tty_port_tty_get(&dlci->port); in gsm_dlci_release() local
2476 static int gsmld_attach_gsm(struct tty_struct *tty, struct gsm_mux *gsm) in gsmld_attach_gsm()
2517 static void gsmld_detach_gsm(struct tty_struct *tty, struct gsm_mux *gsm) in gsmld_detach_gsm()
2531 static void gsmld_receive_buf(struct tty_struct *tty, const unsigned char *cp, in gsmld_receive_buf()
2576 static void gsmld_flush_buffer(struct tty_struct *tty) in gsmld_flush_buffer()
2590 static void gsmld_close(struct tty_struct *tty) in gsmld_close()
2617 static int gsmld_open(struct tty_struct *tty) in gsmld_open()
2653 static void gsmld_write_wakeup(struct tty_struct *tty) in gsmld_write_wakeup()
2683 static ssize_t gsmld_read(struct tty_struct *tty, struct file *file, in gsmld_read()
2704 static ssize_t gsmld_write(struct tty_struct *tty, struct file *file, in gsmld_write()
2741 static __poll_t gsmld_poll(struct tty_struct *tty, struct file *file, in gsmld_poll()
2761 static int gsmld_ioctl(struct tty_struct *tty, struct file *file, in gsmld_ioctl()
3069 static int gsmtty_install(struct tty_driver *driver, struct tty_struct *tty) in gsmtty_install()
3125 static int gsmtty_open(struct tty_struct *tty, struct file *filp) in gsmtty_open()
3147 static void gsmtty_close(struct tty_struct *tty, struct file *filp) in gsmtty_close()
3168 static void gsmtty_hangup(struct tty_struct *tty) in gsmtty_hangup()
3177 static int gsmtty_write(struct tty_struct *tty, const unsigned char *buf, in gsmtty_write()
3191 static int gsmtty_write_room(struct tty_struct *tty) in gsmtty_write_room()
3199 static int gsmtty_chars_in_buffer(struct tty_struct *tty) in gsmtty_chars_in_buffer()
3207 static void gsmtty_flush_buffer(struct tty_struct *tty) in gsmtty_flush_buffer()
3224 static void gsmtty_wait_until_sent(struct tty_struct *tty, int timeout) in gsmtty_wait_until_sent()
3231 static int gsmtty_tiocmget(struct tty_struct *tty) in gsmtty_tiocmget()
3239 static int gsmtty_tiocmset(struct tty_struct *tty, in gsmtty_tiocmset()
3258 static int gsmtty_ioctl(struct tty_struct *tty, in gsmtty_ioctl()
3291 static void gsmtty_set_termios(struct tty_struct *tty, struct ktermios *old) in gsmtty_set_termios()
3304 static void gsmtty_throttle(struct tty_struct *tty) in gsmtty_throttle()
3316 static void gsmtty_unthrottle(struct tty_struct *tty) in gsmtty_unthrottle()
3328 static int gsmtty_break_ctl(struct tty_struct *tty, int state) in gsmtty_break_ctl()
3346 static void gsmtty_cleanup(struct tty_struct *tty) in gsmtty_cleanup()