Searched defs:tty_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 12131 struct tty_operations { struct 12132 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int); 12133 int (*install)(struct tty_driver *, struct tty_struct *); 12134 void (*remove)(struct tty_driver *, struct tty_struct *); 12135 int (*open)(struct tty_struct *, struct file *); 12136 void (*close)(struct tty_struct *, struct file *); 12137 void (*shutdown)(struct tty_struct *); 12138 void (*cleanup)(struct tty_struct *); 12139 ssize_t (*write)(struct tty_struct *, const u8 *, size_t); 12140 int (*put_char)(struct tty_struct *, u8); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 12046 struct tty_operations { struct 12047 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int); 12048 int (*install)(struct tty_driver *, struct tty_struct *); 12049 void (*remove)(struct tty_driver *, struct tty_struct *); 12050 int (*open)(struct tty_struct *, struct file *); 12051 void (*close)(struct tty_struct *, struct file *); 12052 void (*shutdown)(struct tty_struct *); 12053 void (*cleanup)(struct tty_struct *); 12054 ssize_t (*write)(struct tty_struct *, const u8 *, size_t); 12055 int (*put_char)(struct tty_struct *, u8); [all …]
|