Home
last modified time | relevance | path

Searched defs:ctrl_dl (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/tty/
Dnozomi.c235 struct ctrl_dl { struct
236 u8 port;
237 unsigned int reserved:4;
238 unsigned int CTS:1;
239 unsigned int RI:1;
240 unsigned int DCD:1;
241 unsigned int DSR:1;
295 struct ctrl_dl { struct
318 struct ctrl_dl ctrl_dl; argument
873 struct ctrl_dl ctrl_dl; in receive_flow_control() local
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Dnozomi.c239 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; argument
887 struct ctrl_dl ctrl_dl; in receive_flow_control() local
[all …]