Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c50 struct uart_icount { struct
72 struct uart_icount icount; argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h93 struct uart_icount { struct
94 __u32 cts;
95 __u32 dsr;
96 __u32 rng;
97 __u32 dcd;
98 __u32 rx;
99 __u32 tx;
100 __u32 frame;
101 __u32 overrun;
102 __u32 parity;
[all …]