Lines Matching refs:tty_driver
294 struct tty_driver *driver;
495 extern int tty_register_driver(struct tty_driver *driver);
496 extern int tty_unregister_driver(struct tty_driver *driver);
497 extern struct device *tty_register_device(struct tty_driver *driver,
499 extern struct device *tty_register_device_attr(struct tty_driver *driver,
503 extern void tty_unregister_device(struct tty_driver *driver, unsigned index);
576 extern struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
580 extern struct tty_struct *tty_init_dev(struct tty_driver *driver, int idx);
585 extern int tty_standard_install(struct tty_driver *driver,
594 struct tty_driver *driver, unsigned index);
596 struct tty_driver *driver, unsigned index,
599 struct tty_driver *driver, unsigned index,
603 struct tty_driver *driver, unsigned index,
606 struct tty_driver *driver, unsigned index,
610 struct tty_driver *driver, unsigned index);
717 extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
794 extern void proc_tty_register_driver(struct tty_driver *);
795 extern void proc_tty_unregister_driver(struct tty_driver *);
797 static inline void proc_tty_register_driver(struct tty_driver *d) {} in proc_tty_register_driver()
798 static inline void proc_tty_unregister_driver(struct tty_driver *d) {} in proc_tty_unregister_driver()