Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dsdio_uart.c54 struct uart_icount { struct
76 struct uart_icount icount; argument
/Linux-v4.19/include/linux/
Dserial_core.h100 struct uart_icount { struct
101 __u32 cts;
102 __u32 dsr;
103 __u32 rng;
104 __u32 dcd;
105 __u32 rx;
106 __u32 tx;
107 __u32 frame;
108 __u32 overrun;
109 __u32 parity;
[all …]