Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/core/
Dsdio_uart.c51 struct uart_icount { struct
73 struct uart_icount icount; argument
/linux-6.12.1/include/linux/
Dserial_core.h413 struct uart_icount { struct
414 __u32 cts;
415 __u32 dsr;
416 __u32 rng;
417 __u32 dcd;
418 __u32 rx;
419 __u32 tx;
420 __u32 frame;
421 __u32 overrun;
422 __u32 parity;
[all …]