Searched refs:icount (Results 1 - 25 of 109) sorted by relevance

12345

/drivers/mmc/card/
H A Dsdio_uart.c76 struct uart_icount icount; member in struct:sdio_uart_port
385 port->icount.rx++;
394 port->icount.brk++;
396 port->icount.parity++;
398 port->icount.frame++;
400 port->icount.overrun++;
440 port->icount.tx++;
457 port->icount.tx++;
480 port->icount.rng++;
482 port->icount
[all...]
/drivers/tty/
H A Damiserial.c97 struct async_icount icount; member in struct:serial_state
255 struct async_icount *icount; local
258 icount = &info->icount;
272 icount->rx++;
292 icount->brk++;
294 icount->parity++;
296 icount->frame++;
298 icount->overrun++;
345 info->icount
383 struct async_icount *icount; local
1219 rs_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Dsynclink.c185 struct mgsl_icount icount; member in struct:mgsl_struct
1172 ++info->icount.rxabort;
1186 info->icount.exithunt++;
1188 info->icount.rxidle++;
1193 info->icount.rxover++;
1235 info->icount.txok++;
1237 info->icount.txunder++;
1239 info->icount.txabort++;
1241 info->icount.txunder++;
1281 struct mgsl_icount *icount; local
1439 struct mgsl_icount *icount = &info->icount; local
2925 msgl_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Dsynclinkmp.c159 struct mgsl_icount icount; member in struct:_synclinkmp_info
1322 struct serial_icounter_struct *icount)
1329 cnow = info->icount;
1332 icount->cts = cnow.cts;
1333 icount->dsr = cnow.dsr;
1334 icount->rng = cnow.rng;
1335 icount->dcd = cnow.dcd;
1336 icount->rx = cnow.rx;
1337 icount->tx = cnow.tx;
1338 icount
1321 get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
2110 struct mgsl_icount *icount = &info->icount; local
2168 struct mgsl_icount *icount = &info->icount; local
2419 struct mgsl_icount *icount; local
[all...]
H A Dsynclink_gt.c259 struct mgsl_icount icount; member in struct:slgt_info
1113 struct serial_icounter_struct *icount)
1121 cnow = info->icount;
1124 icount->cts = cnow.cts;
1125 icount->dsr = cnow.dsr;
1126 icount->rng = cnow.rng;
1127 icount->dcd = cnow.dcd;
1128 icount->rx = cnow.rx;
1129 icount->tx = cnow.tx;
1130 icount
1112 get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
1857 struct mgsl_icount *icount = &info->icount; local
[all...]
H A Dmxser.c248 struct async_icount icount; /* kernel counters for 4 input interrupts */ member in struct:mxser_port
818 port->icount.rng++;
820 port->icount.dsr++;
822 port->icount.dcd++;
824 port->icount.cts++;
1577 ip->icount.rng++;
1579 ip->icount.dsr++;
1581 ip->icount.dcd++;
1583 ip->icount.cts++;
1650 cnow = info->icount; /* atomi
1824 mxser_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
/drivers/usb/serial/
H A Dgeneric.c479 cnow = port->icount; /* atomic copy*/
500 cnow = port->icount; /* atomic copy */
513 struct serial_icounter_struct *icount)
520 cnow = port->icount; /* atomic copy */
523 icount->cts = cnow.cts;
524 icount->dsr = cnow.dsr;
525 icount->rng = cnow.rng;
526 icount->dcd = cnow.dcd;
527 icount->tx = cnow.tx;
528 icount
512 usb_serial_generic_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Dark3116.c525 port->icount.cts++;
527 port->icount.dsr++;
529 port->icount.dcd++;
531 port->icount.rng++;
548 port->icount.brk++;
550 port->icount.frame++;
552 port->icount.parity++;
554 port->icount.overrun++;
H A Dssu100.c453 port->icount.cts++;
455 port->icount.dsr++;
457 port->icount.dcd++;
459 port->icount.rng++;
476 /* we always want to update icount, but we only want to
479 port->icount.brk++;
484 port->icount.parity++;
489 port->icount.frame++;
494 port->icount.overrun++;
/drivers/tty/serial/
H A Dmux.c196 port->icount.tx++;
210 port->icount.tx++;
237 __u32 start_count = port->icount.rx;
248 port->icount.rx++;
251 port->icount.brk++;
262 if (start_count != port->icount.rx)
H A Dcrisv10.h100 struct async_icount icount; /* error-statistics etc.*/ member in struct:e100_serial
H A Dpnx8xxx_uart.c95 sport->port.icount.rng++;
97 sport->port.icount.dsr++;
191 sport->port.icount.rx++;
206 sport->port.icount.brk++;
210 sport->port.icount.parity++;
212 sport->port.icount.frame++;
214 sport->port.icount.overrun++;
252 sport->port.icount.tx++;
275 sport->port.icount.tx++;
H A Dserial_ks8695.c163 port->icount.rx++;
173 port->icount.brk++;
178 port->icount.parity++;
180 port->icount.frame++;
182 port->icount.overrun++;
217 port->icount.tx++;
233 port->icount.tx++;
259 port->icount.dsr++;
265 port->icount.rng++;
H A D21285.c90 port->icount.rx++;
95 port->icount.parity++;
97 port->icount.frame++;
99 port->icount.overrun++;
126 port->icount.tx++;
138 port->icount.tx++;
H A Dbfin_uart.c158 uart->port.icount.tx += uart->tx_count;
222 uart->port.icount.rx++;
285 uart->port.icount.brk++;
291 uart->port.icount.parity++;
293 uart->port.icount.overrun++;
295 uart->port.icount.frame++;
337 uart->port.icount.tx++;
344 uart->port.icount.tx++;
389 uart->port.icount.tx++;
420 uart->port.icount
[all...]
H A Dserial_core.c1088 memcpy(&cprev, &uport->icount, sizeof(struct uart_icount));
1095 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
1132 struct serial_icounter_struct *icount)
1139 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
1142 icount->cts = cnow.cts;
1143 icount->dsr = cnow.dsr;
1144 icount->rng = cnow.rng;
1145 icount->dcd = cnow.dcd;
1146 icount->rx = cnow.rx;
1147 icount
1131 uart_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
H A Darc_uart.c171 port->icount.tx++;
177 port->icount.tx++;
224 port->icount.overrun++;
230 port->icount.frame++;
241 port->icount.rx++;
H A Dtimbuart.c98 port->icount.rx++;
107 __func__, port->icount.rx);
119 port->icount.tx++;
125 port->icount.tx,
173 port->icount.overrun++;
H A Ddz.c185 struct uart_icount *icount; local
198 icount = &uport->icount;
199 icount->rx++;
217 icount->brk++;
221 icount->frame++;
223 icount->parity++;
225 icount->overrun++;
268 dport->port.icount.tx++;
287 dport->port.icount
[all...]
H A Dmsm_serial.c109 port->icount.overrun++;
125 port->icount.rx += count;
137 port->icount.brk++;
141 port->icount.frame++;
168 port->icount.overrun++;
181 port->icount.brk++;
185 port->icount.frame++;
187 port->icount.rx++;
236 port->icount.tx++;
257 port->icount
[all...]
H A Dsb1250-duart.c342 struct uart_icount *icount; local
355 icount = &uport->icount;
356 icount->rx++;
362 icount->brk++;
366 icount->frame++;
368 icount->parity++;
370 icount->overrun++;
400 sport->port.icount.tx++;
412 sport->port.icount
[all...]
/drivers/char/pcmcia/
H A Dsynclink_cs.c143 struct mgsl_icount icount; member in struct:_mgslpc_info
847 info->icount.buf_overrun++;
899 struct mgsl_icount *icount = &info->icount; local
920 icount->rx++;
929 icount->parity++;
931 icount->frame++;
952 __FILE__,__LINE__,icount->rx,icount->brk,
953 icount
2198 mgslpc_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
/drivers/staging/fwserial/
H A Dfwserial.c319 ++port->icount.rng;
321 ++port->icount.dsr;
323 ++port->icount.dcd;
325 ++port->icount.cts;
539 port->icount.brk += brk;
563 ++port->icount.overrun;
601 port->icount.rx += len;
697 port->icount.tx += txn->dma_pended.len;
1209 now = port->icount;
1225 prev = port->icount;
1403 fwtty_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
/drivers/ipack/devices/
H A Dipoctal.c134 struct serial_icounter_struct *icount)
138 icount->cts = 0;
139 icount->dsr = 0;
140 icount->rng = 0;
141 icount->dcd = 0;
142 icount->rx = channel->stats.rx;
143 icount->tx = channel->stats.tx;
144 icount->frame = channel->stats.framing_err;
145 icount->parity = channel->stats.parity_err;
146 icount
133 ipoctal_get_icount(struct tty_struct *tty, struct serial_icounter_struct *icount) argument
[all...]
/drivers/input/serio/
H A Dhp_sdc_mlc.c68 if (mlc->icount < 0) {
73 idx = 15 - mlc->icount;
76 mlc->icount--;
159 mlc->icount = 14;

Completed in 359 milliseconds

12345