Searched defs:tty_driver (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dtty_driver.h10 * struct tty_struct * (*lookup)(struct tty_driver *self, int idx)
18 * int (*install)(struct tty_driver *self, struct tty_struct *tty)
25 * void (*remove)(struct tty_driver *self, struct tty_struct *tty)
248 struct tty_driver;
252 struct tty_struct * (*lookup)(struct tty_driver *driver,
254 int (*install)(struct tty_driver *driver, struct tty_struct *tty);
255 void (*remove)(struct tty_driver *driver, struct tty_struct *tty);
289 int (*poll_init)(struct tty_driver *driver, int line, char *options);
290 int (*poll_get_char)(struct tty_driver *driver, int line);
291 void (*poll_put_char)(struct tty_driver *drive
296 struct tty_driver { struct
[all...]
H A Dserial_core.h262 struct tty_driver;
278 struct tty_driver *tty_driver; member in struct:uart_driver
332 struct tty_driver *uart_console_device(struct console *co, int *index);

Completed in 147 milliseconds