Searched refs:uart_icount (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/usb/ |
| H A D | hso.c | 191 struct uart_icount icount; 1446 struct uart_icount *icount; in tiocmget_intr_callback() 1537 struct uart_icount cprev, cnow; in hso_wait_modem_status() 1548 memcpy(&cprev, &tiocmget->icount, sizeof(struct uart_icount)); in hso_wait_modem_status() 1553 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount)); in hso_wait_modem_status() 1585 struct uart_icount cnow; in hso_get_count() 1594 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount)); in hso_get_count()
|
| /linux/include/linux/ |
| H A D | serial_core.h | 413 struct uart_icount { struct 494 struct uart_icount icount; /* statistics */
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_uart.c | 51 struct uart_icount { struct 73 struct uart_icount icount; argument
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 1210 struct uart_icount cprev, cnow; in uart_wait_modem_status() 1220 memcpy(&cprev, &uport->icount, sizeof(struct uart_icount)); in uart_wait_modem_status() 1227 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount)); in uart_wait_modem_status() 1266 struct uart_icount cnow; in uart_get_icount() 1273 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount)); in uart_get_icount()
|
| H A D | dz.c | 182 struct uart_icount *icount; in dz_receive_chars()
|
| H A D | sb1250-duart.c | 333 struct uart_icount *icount; in sbd_receive_chars()
|
| H A D | zs.c | 541 struct uart_icount *icount; in zs_receive_chars()
|
| H A D | icom.c | 978 struct uart_icount *icount; in recv_interrupt()
|