Lines Matching defs:ctrl_dl
239 struct ctrl_dl { struct
240 u8 port;
241 unsigned int reserved:4;
242 unsigned int CTS:1;
243 unsigned int RI:1;
244 unsigned int DCD:1;
245 unsigned int DSR:1;
299 struct ctrl_dl { struct
322 struct ctrl_dl ctrl_dl; member
887 struct ctrl_dl ctrl_dl; in receive_flow_control() local
1675 const struct ctrl_dl *ctrl_dl = &port->ctrl_dl; in ntty_tiocmget() local