• Home
  • Raw
  • Download

Lines Matching refs:tty_struct

274 	int  (*open)(struct tty_struct *tty, struct usb_serial_port *port);
276 int (*write)(struct tty_struct *tty, struct usb_serial_port *port,
279 unsigned int (*write_room)(struct tty_struct *tty);
280 int (*ioctl)(struct tty_struct *tty,
282 void (*get_serial)(struct tty_struct *tty, struct serial_struct *ss);
283 int (*set_serial)(struct tty_struct *tty, struct serial_struct *ss);
284 void (*set_termios)(struct tty_struct *tty,
286 void (*break_ctl)(struct tty_struct *tty, int break_state);
287 unsigned int (*chars_in_buffer)(struct tty_struct *tty);
288 void (*wait_until_sent)(struct tty_struct *tty, long timeout);
290 void (*throttle)(struct tty_struct *tty);
291 void (*unthrottle)(struct tty_struct *tty);
292 int (*tiocmget)(struct tty_struct *tty);
293 int (*tiocmset)(struct tty_struct *tty,
295 int (*tiocmiwait)(struct tty_struct *tty, unsigned long arg);
296 int (*get_icount)(struct tty_struct *tty,
304 void (*init_termios)(struct tty_struct *tty);
344 int usb_serial_generic_open(struct tty_struct *tty, struct usb_serial_port *port);
346 int usb_serial_generic_write(struct tty_struct *tty, struct usb_serial_port *port,
350 unsigned int usb_serial_generic_write_room(struct tty_struct *tty);
351 unsigned int usb_serial_generic_chars_in_buffer(struct tty_struct *tty);
352 void usb_serial_generic_wait_until_sent(struct tty_struct *tty, long timeout);
355 void usb_serial_generic_throttle(struct tty_struct *tty);
356 void usb_serial_generic_unthrottle(struct tty_struct *tty);
357 int usb_serial_generic_tiocmiwait(struct tty_struct *tty, unsigned long arg);
358 int usb_serial_generic_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount);
380 struct tty_struct *tty, unsigned int status);