Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h12176 struct tty_ldisc_ops { struct
12177 char *name;
12178 int num;
12179 int (*open)(struct tty_struct *);
12180 void (*close)(struct tty_struct *);
12181 void (*flush_buffer)(struct tty_struct *);
12182 ssize_t (*read)(struct tty_struct *, struct file *, u8 *, size_t, void **, unsigned long);
12183 ssize_t (*write)(struct tty_struct *, struct file *, const u8 *, size_t);
12184 int (*ioctl)(struct tty_struct *, unsigned int, unsigned long);
12185 int (*compat_ioctl)(struct tty_struct *, unsigned int, unsigned long);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h12091 struct tty_ldisc_ops { struct
12092 char *name;
12093 int num;
12094 int (*open)(struct tty_struct *);
12095 void (*close)(struct tty_struct *);
12096 void (*flush_buffer)(struct tty_struct *);
12097 ssize_t (*read)(struct tty_struct *, struct file *, u8 *, size_t, void **, unsigned long);
12098 ssize_t (*write)(struct tty_struct *, struct file *, const u8 *, size_t);
12099 int (*ioctl)(struct tty_struct *, unsigned int, unsigned long);
12100 int (*compat_ioctl)(struct tty_struct *, unsigned int, unsigned long);
[all …]