Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtty_driver.h120 struct tty_driver { struct
134 struct tty_driver *other; /* only used for the PTY driver */ argument
139 struct tty_struct **table;
140 struct termios **termios;
141 struct termios **termios_locked;
142 void *driver_state; /* only used for the PTY driver */
148 int (*open)(struct tty_struct * tty, struct file * filp);
149 void (*close)(struct tty_struct * tty, struct file * filp);
150 int (*write)(struct tty_struct * tty, int from_user,
152 void (*put_char)(struct tty_struct *tty, unsigned char ch);
[all …]
/linux-2.4.37.9/drivers/usb/
Dbluetooth.c170 struct tty_driver * tty_driver; /* the tty_driver for this device */ member