Searched defs:tty_port (Results 1 – 1 of 1) sorted by relevance
8637 struct tty_port { struct8641 const struct tty_port_operations *ops; argument8642 const struct tty_port_client_operations *client_ops; argument8643 spinlock_t lock;8644 int blocked_open;8645 int count;8646 wait_queue_head_t open_wait;8647 wait_queue_head_t delta_msr_wait;8648 long unsigned int flags;8649 long unsigned int iflags;[all …]