Searched defs:tty_port (Results 1 – 2 of 2) sorted by relevance
12076 struct tty_port { struct12080 const struct tty_port_operations *ops; argument12081 const struct tty_port_client_operations *client_ops; argument12082 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 …]
11991 struct tty_port { struct11995 const struct tty_port_operations *ops; argument11996 const struct tty_port_client_operations *client_ops; argument11997 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 …]