Home
last modified time | relevance | path

Searched refs:bytes_in (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/
Dmpsc.c940 u32 cmdstat, bytes_in, i; in mpsc_rx_intr() local
962 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_rx_intr()
970 if (tty_buffer_request_room(port, bytes_in) < bytes_in) { in mpsc_rx_intr()
1030 bytes_in--; in mpsc_rx_intr()
1046 for (i=0; i<bytes_in; i++) in mpsc_rx_intr()
1049 pi->port.icount.rx += bytes_in; in mpsc_rx_intr()
1564 u32 cmdstat, bytes_in, i; in mpsc_get_poll_char() local
1596 bytes_in = be16_to_cpu(rxre->bytecnt); in mpsc_get_poll_char()
1611 for (i = 0; i < bytes_in; i++) { in mpsc_get_poll_char()
1615 pi->port.icount.rx += bytes_in; in mpsc_get_poll_char()
/drivers/usb/serial/
Dcypress_m8.c98 int bytes_in; /* used for statistics */ member
603 priv->bytes_in = 0; in cypress_open()
662 priv->bytes_in, priv->bytes_out, priv->cmd_count); in cypress_close()
1197 priv->bytes_in += bytes; in cypress_read_int_callback()