Searched defs:tty_port_client_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 12121 struct tty_port_client_operations { struct 12122 size_t (*receive_buf)(struct tty_port *, const u8 *, const u8 *, size_t); 12123 void (*lookahead_buf)(struct tty_port *, const u8 *, const u8 *, size_t); 12124 void (*write_wakeup)(struct tty_port *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 12036 struct tty_port_client_operations { struct 12037 size_t (*receive_buf)(struct tty_port *, const u8 *, const u8 *, size_t); 12038 void (*lookahead_buf)(struct tty_port *, const u8 *, const u8 *, size_t); 12039 void (*write_wakeup)(struct tty_port *);
|