Searched defs:tty_port_operations (Results 1 – 11 of 11) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 24958 struct tty_port_operations { struct 24959 bool (*carrier_raised)(struct tty_port *); 24960 void (*dtr_rts)(struct tty_port *, bool); 24961 void (*shutdown)(struct tty_port *); 24962 int (*activate)(struct tty_port *, struct tty_struct *); 24963 void (*destruct)(struct tty_port *);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_600.h | 14984 struct tty_port_operations { struct 14985 int (*carrier_raised)(struct tty_port *); 14986 void (*dtr_rts)(struct tty_port *, int); 14987 void (*shutdown)(struct tty_port *); 14988 int (*activate)(struct tty_port *, struct tty_struct *); 14989 void (*destruct)(struct tty_port *);
|
| D | vmlinux.h | 14984 struct tty_port_operations { struct 14985 int (*carrier_raised)(struct tty_port *); 14986 void (*dtr_rts)(struct tty_port *, int); 14987 void (*shutdown)(struct tty_port *); 14988 int (*activate)(struct tty_port *, struct tty_struct *); 14989 void (*destruct)(struct tty_port *);
|
| /external/bcc/libbpf-tools/loongarch/ |
| D | vmlinux_602.h | 10347 struct tty_port_operations { struct 10348 int (*carrier_raised)(struct tty_port *); 10349 void (*dtr_rts)(struct tty_port *, int); 10350 void (*shutdown)(struct tty_port *); 10351 int (*activate)(struct tty_port *, struct tty_struct *); 10352 void (*destruct)(struct tty_port *);
|
| D | vmlinux.h | 10347 struct tty_port_operations { struct 10348 int (*carrier_raised)(struct tty_port *); 10349 void (*dtr_rts)(struct tty_port *, int); 10350 void (*shutdown)(struct tty_port *); 10351 int (*activate)(struct tty_port *, struct tty_struct *); 10352 void (*destruct)(struct tty_port *);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 11210 struct tty_port_operations { struct 11211 int (*carrier_raised)(struct tty_port *); 11212 void (*dtr_rts)(struct tty_port *, int); 11213 void (*shutdown)(struct tty_port *); 11214 int (*activate)(struct tty_port *, struct tty_struct *); 11215 void (*destruct)(struct tty_port *);
|
| D | vmlinux.h | 11210 struct tty_port_operations { struct 11211 int (*carrier_raised)(struct tty_port *); 11212 void (*dtr_rts)(struct tty_port *, int); 11213 void (*shutdown)(struct tty_port *); 11214 int (*activate)(struct tty_port *, struct tty_struct *); 11215 void (*destruct)(struct tty_port *);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 15328 struct tty_port_operations { struct 15329 int (*carrier_raised)(struct tty_port *); 15330 void (*dtr_rts)(struct tty_port *, int); 15331 void (*shutdown)(struct tty_port *); 15332 int (*activate)(struct tty_port *, struct tty_struct *); 15333 void (*destruct)(struct tty_port *);
|
| D | vmlinux_608.h | 15328 struct tty_port_operations { struct 15329 int (*carrier_raised)(struct tty_port *); 15330 void (*dtr_rts)(struct tty_port *, int); 15331 void (*shutdown)(struct tty_port *); 15332 int (*activate)(struct tty_port *, struct tty_struct *); 15333 void (*destruct)(struct tty_port *);
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 9797 struct tty_port_operations { struct 9798 int (*carrier_raised)(struct tty_port *); 9799 void (*dtr_rts)(struct tty_port *, int); 9800 void (*shutdown)(struct tty_port *); 9801 int (*activate)(struct tty_port *, struct tty_struct *); 9802 void (*destruct)(struct tty_port *);
|
| D | vmlinux_602.h | 9797 struct tty_port_operations { struct 9798 int (*carrier_raised)(struct tty_port *); 9799 void (*dtr_rts)(struct tty_port *, int); 9800 void (*shutdown)(struct tty_port *); 9801 int (*activate)(struct tty_port *, struct tty_struct *); 9802 void (*destruct)(struct tty_port *);
|