Searched defs:ctrl_ul (Results 1 – 1 of 1) sorted by relevance
249 struct ctrl_ul { struct250 u8 port;251 unsigned int reserved:6;252 unsigned int RTS:1;253 unsigned int DTR:1;309 struct ctrl_ul { struct321 struct ctrl_ul ctrl_ul; argument1685 const struct ctrl_ul *ctrl_ul = &port->ctrl_ul; in ntty_tiocmget() local