Searched refs:uart_icount (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | serial_core.h | 411 struct uart_icount { struct 485 struct uart_icount icount; /* statistics */
|
| /Linux-v6.1/drivers/net/usb/ |
| D | hso.c | 191 struct uart_icount icount; 1453 struct uart_icount *icount; in tiocmget_intr_callback() 1544 struct uart_icount cprev, cnow; in hso_wait_modem_status() 1555 memcpy(&cprev, &tiocmget->icount, sizeof(struct uart_icount)); in hso_wait_modem_status() 1560 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount)); in hso_wait_modem_status() 1592 struct uart_icount cnow; in hso_get_count() 1601 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount)); in hso_get_count()
|
| /Linux-v6.1/drivers/mmc/core/ |
| D | sdio_uart.c | 51 struct uart_icount { struct 73 struct uart_icount icount; argument
|
| /Linux-v6.1/drivers/tty/serial/ |
| D | serial_core.c | 1202 struct uart_icount cprev, cnow; in uart_wait_modem_status() 1212 memcpy(&cprev, &uport->icount, sizeof(struct uart_icount)); in uart_wait_modem_status() 1219 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount)); in uart_wait_modem_status() 1259 struct uart_icount cnow; in uart_get_icount() 1266 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount)); in uart_get_icount()
|
| D | dz.c | 182 struct uart_icount *icount; in dz_receive_chars()
|
| D | sb1250-duart.c | 333 struct uart_icount *icount; in sbd_receive_chars()
|
| D | zs.c | 541 struct uart_icount *icount; in zs_receive_chars()
|
| D | icom.c | 991 struct uart_icount *icount; in recv_interrupt()
|