Lines Matching refs:tty_driver
287 struct tty_driver *driver;
470 extern int tty_register_driver(struct tty_driver *driver);
471 extern int tty_unregister_driver(struct tty_driver *driver);
472 extern struct device *tty_register_device(struct tty_driver *driver,
474 extern struct device *tty_register_device_attr(struct tty_driver *driver,
478 extern void tty_unregister_device(struct tty_driver *driver, unsigned index);
551 extern struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
555 extern struct tty_struct *tty_init_dev(struct tty_driver *driver, int idx);
559 extern int tty_standard_install(struct tty_driver *driver,
568 struct tty_driver *driver, unsigned index);
570 struct tty_driver *driver, unsigned index,
573 struct tty_driver *driver, unsigned index,
577 struct tty_driver *driver, unsigned index,
580 struct tty_driver *driver, unsigned index,
584 struct tty_driver *driver, unsigned index);
691 extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
770 extern void proc_tty_register_driver(struct tty_driver *);
771 extern void proc_tty_unregister_driver(struct tty_driver *);
773 static inline void proc_tty_register_driver(struct tty_driver *d) {} in proc_tty_register_driver()
774 static inline void proc_tty_unregister_driver(struct tty_driver *d) {} in proc_tty_unregister_driver()