Lines Matching refs:tty
255 int (*open)(struct tty_struct *tty, struct usb_serial_port *port);
257 int (*write)(struct tty_struct *tty, struct usb_serial_port *port,
260 int (*write_room)(struct tty_struct *tty);
261 int (*ioctl)(struct tty_struct *tty,
263 void (*set_termios)(struct tty_struct *tty,
265 void (*break_ctl)(struct tty_struct *tty, int break_state);
266 int (*chars_in_buffer)(struct tty_struct *tty);
267 void (*throttle)(struct tty_struct *tty);
268 void (*unthrottle)(struct tty_struct *tty);
269 int (*tiocmget)(struct tty_struct *tty);
270 int (*tiocmset)(struct tty_struct *tty,
272 int (*get_icount)(struct tty_struct *tty,
280 void (*init_termios)(struct tty_struct *tty);
326 extern int usb_serial_generic_open(struct tty_struct *tty,
328 extern int usb_serial_generic_write(struct tty_struct *tty,
332 extern int usb_serial_generic_write_room(struct tty_struct *tty);
333 extern int usb_serial_generic_chars_in_buffer(struct tty_struct *tty);
336 extern void usb_serial_generic_throttle(struct tty_struct *tty);
337 extern void usb_serial_generic_unthrottle(struct tty_struct *tty);
351 struct tty_struct *tty,