Lines Matching defs:ctrl_dl
219 struct ctrl_dl { struct
220 u8 port;
221 unsigned int reserved:4;
222 unsigned int CTS:1;
223 unsigned int RI:1;
224 unsigned int DCD:1;
225 unsigned int DSR:1;
279 struct ctrl_dl { struct
302 struct ctrl_dl ctrl_dl; member
854 struct ctrl_dl ctrl_dl; in receive_flow_control() local
1639 const struct ctrl_dl *ctrl_dl = &port->ctrl_dl; in ntty_tiocmget() local