Searched defs:mct_u232_private (Results 1 – 1 of 1) sorted by relevance
119 struct mct_u232_private { struct120 spinlock_t lock;121 unsigned int control_state; /* Modem Line Setting (TIOCM) */122 unsigned char last_lcr; /* Line Control Register */123 unsigned char last_lsr; /* Line Status Register */124 unsigned char last_msr; /* Modem Status Register */125 unsigned int rx_flags; /* Throttling flags */126 struct async_icount icount;127 wait_queue_head_t msr_wait; /* for handling sleeping while waiting