Home
last modified time | relevance | path

Searched defs:tty_port (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h12076 struct tty_port { struct
12080 const struct tty_port_operations *ops; argument
12081 const struct tty_port_client_operations *client_ops; argument
12082 spinlock_t lock;
12083 int blocked_open;
12084 int count;
12085 wait_queue_head_t open_wait;
12086 wait_queue_head_t delta_msr_wait;
12087 unsigned long flags;
12088 unsigned long iflags;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h11991 struct tty_port { struct
11995 const struct tty_port_operations *ops; argument
11996 const struct tty_port_client_operations *client_ops; argument
11997 spinlock_t lock;
11998 int blocked_open;
11999 int count;
12000 wait_queue_head_t open_wait;
12001 wait_queue_head_t delta_msr_wait;
12002 unsigned long flags;
12003 unsigned long iflags;
[all …]