Searched refs:icount (Results 26 - 50 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dbfin_5xx.c155 uart->port.icount.tx += uart->tx_count;
235 uart->port.icount.rx++;
299 uart->port.icount.brk++;
305 uart->port.icount.parity++;
307 uart->port.icount.overrun++;
309 uart->port.icount.frame++;
351 uart->port.icount.tx++;
358 uart->port.icount.tx++;
412 uart->port.icount.tx++;
444 uart->port.icount
[all...]
H A Dtimbuart.c95 port->icount.rx++;
104 __func__, port->icount.rx);
116 port->icount.tx++;
122 port->icount.tx,
170 port->icount.overrun++;
H A Ddz.c191 struct uart_icount *icount; local
205 icount = &uport->icount;
206 icount->rx++;
224 icount->brk++;
228 icount->frame++;
230 icount->parity++;
232 icount->overrun++;
275 dport->port.icount.tx++;
294 dport->port.icount
[all...]
H A Dsb1250-duart.c327 struct uart_icount *icount; local
340 icount = &uport->icount;
341 icount->rx++;
347 icount->brk++;
351 icount->frame++;
353 icount->parity++;
355 icount->overrun++;
385 sport->port.icount.tx++;
397 sport->port.icount
[all...]
H A Daltera_uart.c185 port->icount.rx++;
191 port->icount.brk++;
195 port->icount.parity++;
197 port->icount.overrun++;
199 port->icount.frame++;
230 port->icount.tx++;
241 port->icount.tx++;
H A Dapbuart.c90 port->icount.rx++;
98 port->icount.brk++;
102 port->icount.parity++;
104 port->icount.frame++;
107 port->icount.overrun++;
137 port->icount.tx++;
152 port->icount.tx++;
H A Dbcm63xx_uart.c257 port->icount.rx++;
264 port->icount.brk++;
270 port->icount.parity++;
272 port->icount.frame++;
288 port->icount.overrun++;
311 port->icount.tx++;
335 port->icount.tx++;
H A Dmcf.c280 port->icount.rx++;
287 port->icount.brk++;
291 port->icount.parity++;
293 port->icount.overrun++;
295 port->icount.frame++;
327 port->icount.tx++;
336 port->icount.tx++;
H A Dmsm_serial.c86 port->icount.overrun++;
99 port->icount.brk++;
103 port->icount.frame++;
105 port->icount.rx++;
132 port->icount.tx++;
147 port->icount.tx++;
158 port->icount.cts++;
H A Dsc26xx.c153 port->icount.rx++;
159 port->icount.brk++;
163 port->icount.parity++;
165 port->icount.frame++;
167 port->icount.overrun++;
207 port->icount.tx++;
328 port->icount.tx++;
H A Dserial_core.c1020 memcpy(&cprev, &uport->icount, sizeof(struct uart_icount));
1031 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
1070 struct serial_icounter_struct icount; local
1075 memcpy(&cnow, &uport->icount, sizeof(struct uart_icount));
1078 icount.cts = cnow.cts;
1079 icount.dsr = cnow.dsr;
1080 icount.rng = cnow.rng;
1081 icount.dcd = cnow.dcd;
1082 icount.rx = cnow.rx;
1083 icount
[all...]
H A Dip22zilog.c287 up->port.icount.rx++;
292 up->port.icount.brk++;
298 up->port.icount.parity++;
300 up->port.icount.frame++;
302 up->port.icount.overrun++;
344 up->port.icount.dsr++;
402 up->port.icount.tx++;
421 up->port.icount.tx++;
607 port->icount.tx++;
617 port->icount
[all...]
H A Dnetx-serial.c147 port->icount.tx++;
163 port->icount.tx++;
209 port->icount.rx++;
220 port->icount.parity++;
222 port->icount.frame++;
224 port->icount.overrun++;
H A Duartlite.c89 port->icount.rx++;
93 port->icount.parity++;
97 port->icount.overrun++;
100 port->icount.frame++;
137 port->icount.tx++;
146 port->icount.tx++;
H A Dzs.c543 struct uart_icount *icount; local
561 icount = &uport->icount;
562 icount->rx++;
579 icount->brk++;
584 icount->frame++;
586 icount->parity++;
588 icount->overrun++;
615 zport->port.icount.tx++;
629 zport->port.icount
[all...]
H A Dpxa.c107 up->port.icount.rx++;
116 up->port.icount.brk++;
126 up->port.icount.parity++;
128 up->port.icount.frame++;
130 up->port.icount.overrun++;
170 up->port.icount.tx++;
183 up->port.icount.tx++;
216 up->port.icount.rng++;
218 up->port.icount.dsr++;
H A Dsa1100.c112 sport->port.icount.rng++;
114 sport->port.icount.dsr++;
200 sport->port.icount.rx++;
210 sport->port.icount.parity++;
212 sport->port.icount.frame++;
214 sport->port.icount.overrun++;
246 sport->port.icount.tx++;
269 sport->port.icount.tx++;
302 sport->port.icount.brk++;
H A Dsunhv.c55 port->icount.tx++;
71 port->icount.tx += sent;
107 port->icount.rx++;
158 port->icount.rx += bytes_read;
H A Dvr41xx_siu.c326 port->icount.rx++;
337 port->icount.brk++;
344 port->icount.frame++;
346 port->icount.parity++;
348 port->icount.overrun++;
383 port->icount.rng++;
385 port->icount.dsr++;
401 port->icount.tx++;
414 port->icount.tx++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.c233 memset( &pCh->icount, 0, sizeof (struct async_icount) );
1435 pCh->icount.rx += amountToRead;
1460 pCh->icount.rx += amountToRead;
1516 pCh->icount.cts++;
1526 pCh->icount.cts++;
1539 pCh->icount.dcd++;
1553 pCh->icount.dcd++;
1565 pCh->icount.dsr++;
1575 pCh->icount.dsr++;
1585 pCh->icount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c223 struct uart_icount icount; member in struct:hso_tiocmget
1526 struct uart_icount *icount; local
1556 icount = &tiocmget->icount;
1560 icount->parity++;
1563 icount->parity++;
1566 icount->frame++;
1569 icount->rng++;
1572 icount->brk++;
1575 icount
1651 struct serial_icounter_struct icount; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c261 struct mgsl_icount icount; member in struct:slgt_info
1059 cnow = info->icount;
1265 info->icount.txok, info->icount.rxok);
1266 if (info->icount.txunder)
1267 seq_printf(m, " txunder:%d", info->icount.txunder);
1268 if (info->icount.txabort)
1269 seq_printf(m, " txabort:%d", info->icount.txabort);
1270 if (info->icount.rxshort)
1271 seq_printf(m, " rxshort:%d", info->icount
1837 struct mgsl_icount *icount = &info->icount; local
[all...]
H A Dcyclades.c480 info->icount.brk++;
482 info->icount.frame++;
484 info->icount.parity++;
486 info->icount.overrun++;
489 info->icount.rx++;
499 info->icount.rx++;
506 info->icount.rx++;
513 info->icount.rx++;
518 info->icount.rx++;
526 info->icount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c100 struct async_icount icount; member in struct:edgeport_port
1538 struct async_icount *icount; local
1545 icount = &edge_port->icount;
1549 icount->cts++;
1551 icount->dsr++;
1553 icount->dcd++;
1555 icount->rng++;
1580 struct async_icount *icount; local
1606 icount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_itable.c214 int icount; /* count of inodes good in irbuf */ local
333 icount = XFS_INODES_PER_CHUNK - r.ir_freecount;
340 icount = 0;
352 icount = 0;
358 while (irbp < irbufend && icount < ubcount) {
413 icount += XFS_INODES_PER_CHUNK - r.ir_freecount;

Completed in 147 milliseconds

12345