Searched defs:ctrl_ul (Results 1 – 1 of 1) sorted by relevance
283 struct ctrl_ul { struct284 u8 port;285 unsigned int reserved:6;286 unsigned int RTS:1;287 unsigned int DTR:1;343 struct ctrl_ul { struct355 struct ctrl_ul ctrl_ul; member1740 const struct ctrl_ul *ctrl_ul = &port->ctrl_ul; in ntty_tiocmget() local