Searched defs:tty_ldisc_ops (Results 1 – 2 of 2) sorted by relevance
175 struct tty_ldisc_ops { struct176 int magic;177 char *name;178 int num;179 int flags;184 int (*open)(struct tty_struct *);185 void (*close)(struct tty_struct *);186 void (*flush_buffer)(struct tty_struct *tty);187 ssize_t (*read)(struct tty_struct *tty, struct file *file,190 ssize_t (*write)(struct tty_struct *tty, struct file *file,[all …]
169 struct tty_ldisc_ops { struct170 int magic;171 char *name;172 int num;173 int flags;178 int (*open)(struct tty_struct *);179 void (*close)(struct tty_struct *);180 void (*flush_buffer)(struct tty_struct *tty);181 ssize_t (*read)(struct tty_struct *tty, struct file *file,183 ssize_t (*write)(struct tty_struct *tty, struct file *file,[all …]