Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h28825 struct tty_operations { struct
28826 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
28827 int (*install)(struct tty_driver *, struct tty_struct *);
28828 void (*remove)(struct tty_driver *, struct tty_struct *);
28829 int (*open)(struct tty_struct *, struct file *);
28830 void (*close)(struct tty_struct *, struct file *);
28831 void (*shutdown)(struct tty_struct *);
28832 void (*cleanup)(struct tty_struct *);
28833 ssize_t (*write)(struct tty_struct *, const u8 *, size_t);
28834 int (*put_char)(struct tty_struct *, u8);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h14875 struct tty_operations { struct
14876 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
14877 int (*install)(struct tty_driver *, struct tty_struct *);
14878 void (*remove)(struct tty_driver *, struct tty_struct *);
14879 int (*open)(struct tty_struct *, struct file *);
14880 void (*close)(struct tty_struct *, struct file *);
14881 void (*shutdown)(struct tty_struct *);
14882 void (*cleanup)(struct tty_struct *);
14883 int (*write)(struct tty_struct *, const unsigned char *, int);
14884 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
H A Dvmlinux_600.h14875 struct tty_operations { struct
14876 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
14877 int (*install)(struct tty_driver *, struct tty_struct *);
14878 void (*remove)(struct tty_driver *, struct tty_struct *);
14879 int (*open)(struct tty_struct *, struct file *);
14880 void (*close)(struct tty_struct *, struct file *);
14881 void (*shutdown)(struct tty_struct *);
14882 void (*cleanup)(struct tty_struct *);
14883 int (*write)(struct tty_struct *, const unsigned char *, int);
14884 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h10214 struct tty_operations { struct
10215 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
10216 int (*install)(struct tty_driver *, struct tty_struct *);
10217 void (*remove)(struct tty_driver *, struct tty_struct *);
10218 int (*open)(struct tty_struct *, struct file *);
10219 void (*close)(struct tty_struct *, struct file *);
10220 void (*shutdown)(struct tty_struct *);
10221 void (*cleanup)(struct tty_struct *);
10222 int (*write)(struct tty_struct *, const unsigned char *, int);
10223 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
H A Dvmlinux_602.h10214 struct tty_operations { struct
10215 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
10216 int (*install)(struct tty_driver *, struct tty_struct *);
10217 void (*remove)(struct tty_driver *, struct tty_struct *);
10218 int (*open)(struct tty_struct *, struct file *);
10219 void (*close)(struct tty_struct *, struct file *);
10220 void (*shutdown)(struct tty_struct *);
10221 void (*cleanup)(struct tty_struct *);
10222 int (*write)(struct tty_struct *, const unsigned char *, int);
10223 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h11066 struct tty_operations { struct
11067 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
11068 int (*install)(struct tty_driver *, struct tty_struct *);
11069 void (*remove)(struct tty_driver *, struct tty_struct *);
11070 int (*open)(struct tty_struct *, struct file *);
11071 void (*close)(struct tty_struct *, struct file *);
11072 void (*shutdown)(struct tty_struct *);
11073 void (*cleanup)(struct tty_struct *);
11074 int (*write)(struct tty_struct *, const unsigned char *, int);
11075 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
H A Dvmlinux_518.h11066 struct tty_operations { struct
11067 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
11068 int (*install)(struct tty_driver *, struct tty_struct *);
11069 void (*remove)(struct tty_driver *, struct tty_struct *);
11070 int (*open)(struct tty_struct *, struct file *);
11071 void (*close)(struct tty_struct *, struct file *);
11072 void (*shutdown)(struct tty_struct *);
11073 void (*cleanup)(struct tty_struct *);
11074 int (*write)(struct tty_struct *, const unsigned char *, int);
11075 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h12131 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 …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h15191 struct tty_operations { struct
15192 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
15193 int (*install)(struct tty_driver *, struct tty_struct *);
15194 void (*remove)(struct tty_driver *, struct tty_struct *);
15195 int (*open)(struct tty_struct *, struct file *);
15196 void (*close)(struct tty_struct *, struct file *);
15197 void (*shutdown)(struct tty_struct *);
15198 void (*cleanup)(struct tty_struct *);
15199 int (*write)(struct tty_struct *, const unsigned char *, int);
15200 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
H A Dvmlinux.h15191 struct tty_operations { struct
15192 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
15193 int (*install)(struct tty_driver *, struct tty_struct *);
15194 void (*remove)(struct tty_driver *, struct tty_struct *);
15195 int (*open)(struct tty_struct *, struct file *);
15196 void (*close)(struct tty_struct *, struct file *);
15197 void (*shutdown)(struct tty_struct *);
15198 void (*cleanup)(struct tty_struct *);
15199 int (*write)(struct tty_struct *, const unsigned char *, int);
15200 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h12046 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 …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h9664 struct tty_operations { struct
9665 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
9666 int (*install)(struct tty_driver *, struct tty_struct *);
9667 void (*remove)(struct tty_driver *, struct tty_struct *);
9668 int (*open)(struct tty_struct *, struct file *);
9669 void (*close)(struct tty_struct *, struct file *);
9670 void (*shutdown)(struct tty_struct *);
9671 void (*cleanup)(struct tty_struct *);
9672 int (*write)(struct tty_struct *, const unsigned char *, int);
9673 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
H A Dvmlinux.h9664 struct tty_operations { struct
9665 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
9666 int (*install)(struct tty_driver *, struct tty_struct *);
9667 void (*remove)(struct tty_driver *, struct tty_struct *);
9668 int (*open)(struct tty_struct *, struct file *);
9669 void (*close)(struct tty_struct *, struct file *);
9670 void (*shutdown)(struct tty_struct *);
9671 void (*cleanup)(struct tty_struct *);
9672 int (*write)(struct tty_struct *, const unsigned char *, int);
9673 int (*put_char)(struct tty_struct *, unsigned char);
[all …]