Searched defs:tty_port_operations (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 11286 struct tty_port_operations {  struct11287 	int (*carrier_raised)(struct tty_port *);
 11288 	void (*dtr_rts)(struct tty_port *, int);
 11289 	void (*shutdown)(struct tty_port *);
 11290 	int (*activate)(struct tty_port *, struct tty_struct *);
 11291 	void (*destruct)(struct tty_port *);
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 9415 struct tty_port_operations {  struct9416 	int (*carrier_raised)(struct tty_port *);
 9417 	void (*dtr_rts)(struct tty_port *, int);
 9418 	void (*shutdown)(struct tty_port *);
 9419 	int (*activate)(struct tty_port *, struct tty_struct *);
 9420 	void (*destruct)(struct tty_port *);
 
 | 
| D | vmlinux.h | 9415 struct tty_port_operations {  struct9416 	int (*carrier_raised)(struct tty_port *);
 9417 	void (*dtr_rts)(struct tty_port *, int);
 9418 	void (*shutdown)(struct tty_port *);
 9419 	int (*activate)(struct tty_port *, struct tty_struct *);
 9420 	void (*destruct)(struct tty_port *);
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 8438 struct tty_port_operations {  struct8439 	int (*carrier_raised)(struct tty_port *);
 8440 	void (*dtr_rts)(struct tty_port *, int);
 8441 	void (*shutdown)(struct tty_port *);
 8442 	int (*activate)(struct tty_port *, struct tty_struct *);
 8443 	void (*destruct)(struct tty_port *);
 
 | 
| D | vmlinux_510.h | 8438 struct tty_port_operations {  struct8439 	int (*carrier_raised)(struct tty_port *);
 8440 	void (*dtr_rts)(struct tty_port *, int);
 8441 	void (*shutdown)(struct tty_port *);
 8442 	int (*activate)(struct tty_port *, struct tty_struct *);
 8443 	void (*destruct)(struct tty_port *);
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 11740 struct tty_port_operations {  struct11741 	int (*carrier_raised)(struct tty_port *);
 11742 	void (*dtr_rts)(struct tty_port *, int);
 11743 	void (*shutdown)(struct tty_port *);
 11744 	int (*activate)(struct tty_port *, struct tty_struct *);
 11745 	void (*destruct)(struct tty_port *);
 
 | 
| D | vmlinux.h | 11740 struct tty_port_operations {  struct11741 	int (*carrier_raised)(struct tty_port *);
 11742 	void (*dtr_rts)(struct tty_port *, int);
 11743 	void (*shutdown)(struct tty_port *);
 11744 	int (*activate)(struct tty_port *, struct tty_struct *);
 11745 	void (*destruct)(struct tty_port *);
 
 |