Searched refs:overrun (Results 51 - 75 of 100) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Datmel_serial.c449 * Deal with parity, framing and overrun errors.
466 port->icount.overrun++;
735 port->icount.overrun++;
H A Dbfin_5xx.c307 uart->port.icount.overrun++;
457 uart->port.icount.overrun++;
H A Damba-pl010.c149 uap->port.icount.overrun++;
H A Damba-pl011.c165 uap->port.icount.overrun++;
H A Dbfin_sport_uart.c187 up->port.icount.overrun++;
H A Ddz.c232 icount->overrun++;
H A Dip22zilog.c302 up->port.icount.overrun++;
H A Dm32r_sio.c351 up->port.icount.overrun++;
H A Dpxa.c130 up->port.icount.overrun++;
H A Dsa1100.c214 sport->port.icount.overrun++;
H A Dsamsung.c252 port->icount.overrun++;
H A Dsb1250-duart.c355 icount->overrun++;
H A Dsunsab.c194 up->port.icount.overrun++;
H A Dvr41xx_siu.c348 port->icount.overrun++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c519 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) argument
541 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c967 printk("%s(%d):rx=%d brk=%d parity=%d frame=%d overrun=%d\n",
969 icount->parity,icount->frame,icount->overrun);
2294 PUT_USER(error,cnow.overrun, &p_cuser->overrun);
2639 if (info->icount.overrun)
2640 seq_printf(m, " oe:%d", info->icount.overrun);
3693 * 06 RDO 1=data overrun
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_edgeport.c1683 icount.overrun = cnow.overrun;
2109 icount->overrun++;
H A Dmos7840.c482 icount->overrun++;
2296 icount.overrun = cnow.overrun;
H A Dmos7720.c2032 icount.overrun = cnow.overrun;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmxser.c1747 icnt.overrun = cnow.overrun;
2120 port->icount.overrun++;
H A Dsynclink.c1497 icount->overrun++;
1526 printk("%s(%d):rx=%d brk=%d parity=%d frame=%d overrun=%d\n",
1528 icount->parity,icount->frame,icount->overrun);
3021 PUT_USER(error,cnow.overrun, &p_cuser->overrun);
3530 if (info->icount.overrun)
3531 seq_printf(m, " oe:%d", info->icount.overrun);
5306 * This function processes a receive overrun by resetting the
5387 /* as a result of the receiver overrun. */
H A Dsynclinkmp.c1333 PUT_USER(error,cnow.overrun, &p_cuser->overrun);
1411 if (info->icount.overrun)
1412 seq_printf(m, " oe:%d", info->icount.overrun);
2198 icount->overrun++;
2229 printk("%s(%d):%s rx=%d brk=%d parity=%d frame=%d overrun=%d\n",
2232 icount->frame,icount->overrun);
4515 /* enable rx overrun interrupt */
4904 * 3 Overrun, 1 = overrun occurred during frame reception
H A Dnozomi.c1819 icount.overrun = cnow.overrun;
H A Driscom8.c343 port->overrun++;
812 board_No(bp), port_No(port), port->overrun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/usb/
H A Dems_usb.c53 #define CPC_MSG_TYPE_OVERRUN 21 /* overrun events */
163 /* Structure for overrun conditions */
212 struct cpc_overrun overrun; member in union:ems_cpc_msg::__anon12529

Completed in 171 milliseconds

1234