Searched defs:ctrl_ul (Results 1 – 1 of 1) sorted by relevance
245 struct ctrl_ul { struct246 u8 port;247 unsigned int reserved:6;248 unsigned int RTS:1;249 unsigned int DTR:1;305 struct ctrl_ul { struct317 struct ctrl_ul ctrl_ul; argument1659 const struct ctrl_ul *ctrl_ul = &port->ctrl_ul; in ntty_tiocmget() local