Searched defs:tty_port_client_operations (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 11294 struct tty_port_client_operations {  struct11295 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 11296 	void (*write_wakeup)(struct tty_port *);
 
 | 
| /external/bcc/libbpf-tools/powerpc/ | 
| D | vmlinux_510.h | 9423 struct tty_port_client_operations {  struct9424 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 9425 	void (*write_wakeup)(struct tty_port *);
 
 | 
| D | vmlinux.h | 9423 struct tty_port_client_operations {  struct9424 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 9425 	void (*write_wakeup)(struct tty_port *);
 
 | 
| /external/bcc/libbpf-tools/arm64/ | 
| D | vmlinux.h | 8446 struct tty_port_client_operations {  struct8447 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 8448 	void (*write_wakeup)(struct tty_port *);
 
 | 
| D | vmlinux_510.h | 8446 struct tty_port_client_operations {  struct8447 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 8448 	void (*write_wakeup)(struct tty_port *);
 
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 11748 struct tty_port_client_operations {  struct11749 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 11750 	void (*write_wakeup)(struct tty_port *);
 
 | 
| D | vmlinux.h | 11748 struct tty_port_client_operations {  struct11749 	int (*receive_buf)(struct tty_port *, const unsigned char *, const unsigned char *, size_t);
 11750 	void (*write_wakeup)(struct tty_port *);
 
 |