Lines Matching refs:tty_struct
280 int (*open)(struct tty_struct *tty, struct usb_serial_port *port);
282 int (*write)(struct tty_struct *tty, struct usb_serial_port *port,
285 int (*write_room)(struct tty_struct *tty);
286 int (*ioctl)(struct tty_struct *tty,
288 void (*set_termios)(struct tty_struct *tty,
290 void (*break_ctl)(struct tty_struct *tty, int break_state);
291 int (*chars_in_buffer)(struct tty_struct *tty);
292 void (*wait_until_sent)(struct tty_struct *tty, long timeout);
294 void (*throttle)(struct tty_struct *tty);
295 void (*unthrottle)(struct tty_struct *tty);
296 int (*tiocmget)(struct tty_struct *tty);
297 int (*tiocmset)(struct tty_struct *tty,
299 int (*tiocmiwait)(struct tty_struct *tty, unsigned long arg);
300 int (*get_icount)(struct tty_struct *tty,
308 void (*init_termios)(struct tty_struct *tty);
345 extern int usb_serial_generic_open(struct tty_struct *tty,
349 extern int usb_serial_generic_write(struct tty_struct *tty,
353 extern int usb_serial_generic_write_room(struct tty_struct *tty);
354 extern int usb_serial_generic_chars_in_buffer(struct tty_struct *tty);
355 extern void usb_serial_generic_wait_until_sent(struct tty_struct *tty,
359 extern void usb_serial_generic_throttle(struct tty_struct *tty);
360 extern void usb_serial_generic_unthrottle(struct tty_struct *tty);
361 extern int usb_serial_generic_tiocmiwait(struct tty_struct *tty,
363 extern int usb_serial_generic_get_icount(struct tty_struct *tty,
376 struct tty_struct *tty,