Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h8569 struct tty_operations { struct
8570 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
8571 int (*install)(struct tty_driver *, struct tty_struct *);
8572 void (*remove)(struct tty_driver *, struct tty_struct *);
8573 int (*open)(struct tty_struct *, struct file *);
8574 void (*close)(struct tty_struct *, struct file *);
8575 void (*shutdown)(struct tty_struct *);
8576 void (*cleanup)(struct tty_struct *);
8577 int (*write)(struct tty_struct *, const unsigned char *, int);
8578 int (*put_char)(struct tty_struct *, unsigned char);
[all …]