Lines Matching refs:tty_driver
289 struct tty_driver *driver;
483 extern int tty_register_driver(struct tty_driver *driver);
484 extern int tty_unregister_driver(struct tty_driver *driver);
485 extern struct device *tty_register_device(struct tty_driver *driver,
487 extern struct device *tty_register_device_attr(struct tty_driver *driver,
491 extern void tty_unregister_device(struct tty_driver *driver, unsigned index);
564 extern struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
568 extern struct tty_struct *tty_init_dev(struct tty_driver *driver, int idx);
573 extern int tty_standard_install(struct tty_driver *driver,
582 struct tty_driver *driver, unsigned index);
584 struct tty_driver *driver, unsigned index,
587 struct tty_driver *driver, unsigned index,
591 struct tty_driver *driver, unsigned index,
594 struct tty_driver *driver, unsigned index,
598 struct tty_driver *driver, unsigned index);
705 extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
782 extern void proc_tty_register_driver(struct tty_driver *);
783 extern void proc_tty_unregister_driver(struct tty_driver *);
785 static inline void proc_tty_register_driver(struct tty_driver *d) {} in proc_tty_register_driver()
786 static inline void proc_tty_unregister_driver(struct tty_driver *d) {} in proc_tty_unregister_driver()