Searched defs:tty_port (Results 1 – 1 of 1) sorted by relevance
9850 struct tty_port { struct9854 const struct tty_port_operations *ops; argument9855 const struct tty_port_client_operations *client_ops; argument9856 spinlock_t lock;9857 int blocked_open;9858 int count;9859 wait_queue_head_t open_wait;9860 wait_queue_head_t delta_msr_wait;9861 long unsigned int flags;9862 long unsigned int iflags;[all …]