Home
last modified time | relevance | path

Searched refs:uart_icount (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h93 struct uart_icount { struct
166 struct uart_icount icount; /* statistics */
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dhso.c191 struct uart_icount icount;
1454 struct uart_icount *icount; in tiocmget_intr_callback()
1545 struct uart_icount cprev, cnow; in hso_wait_modem_status()
1556 memcpy(&cprev, &tiocmget->icount, sizeof(struct uart_icount)); in hso_wait_modem_status()
1561 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount)); in hso_wait_modem_status()
1593 struct uart_icount cnow; in hso_get_count()
1602 memcpy(&cnow, &tiocmget->icount, sizeof(struct uart_icount)); in hso_get_count()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c1210 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()
1267 struct uart_icount cnow; in uart_get_icount()
1274 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount)); in uart_get_icount()
H A Ddz.c182 struct uart_icount *icount; in dz_receive_chars()
H A Dsb1250-duart.c333 struct uart_icount *icount; in sbd_receive_chars()
H A Dzs.c541 struct uart_icount *icount; in zs_receive_chars()
H A Dicom.c733 struct uart_icount *icount; in recv_interrupt()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c50 struct uart_icount { struct
72 struct uart_icount icount; argument