Lines Matching refs:tty_struct
273 int (*open)(struct tty_struct *tty, struct usb_serial_port *port);
275 int (*write)(struct tty_struct *tty, struct usb_serial_port *port,
278 int (*write_room)(struct tty_struct *tty);
279 int (*ioctl)(struct tty_struct *tty,
281 int (*get_serial)(struct tty_struct *tty, struct serial_struct *ss);
282 int (*set_serial)(struct tty_struct *tty, struct serial_struct *ss);
283 void (*set_termios)(struct tty_struct *tty,
285 void (*break_ctl)(struct tty_struct *tty, int break_state);
286 int (*chars_in_buffer)(struct tty_struct *tty);
287 void (*wait_until_sent)(struct tty_struct *tty, long timeout);
289 void (*throttle)(struct tty_struct *tty);
290 void (*unthrottle)(struct tty_struct *tty);
291 int (*tiocmget)(struct tty_struct *tty);
292 int (*tiocmset)(struct tty_struct *tty,
294 int (*tiocmiwait)(struct tty_struct *tty, unsigned long arg);
295 int (*get_icount)(struct tty_struct *tty,
303 void (*init_termios)(struct tty_struct *tty);
340 int usb_serial_generic_open(struct tty_struct *tty, struct usb_serial_port *port);
342 int usb_serial_generic_write(struct tty_struct *tty, struct usb_serial_port *port,
346 int usb_serial_generic_write_room(struct tty_struct *tty);
347 int usb_serial_generic_chars_in_buffer(struct tty_struct *tty);
348 void usb_serial_generic_wait_until_sent(struct tty_struct *tty, long timeout);
351 void usb_serial_generic_throttle(struct tty_struct *tty);
352 void usb_serial_generic_unthrottle(struct tty_struct *tty);
353 int usb_serial_generic_tiocmiwait(struct tty_struct *tty, unsigned long arg);
354 int usb_serial_generic_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount);
376 struct tty_struct *tty, unsigned int status);