Searched refs:overrun (Results 1 - 25 of 72) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dtimer_compat.c62 u32 overrun; member in struct:snd_timer_status32
79 status.overrun = tu->overrun;
H A Dtimer.c57 unsigned long overrun; member in struct:snd_timer_user
1119 tu->overrun++;
1137 tu->overrun++;
1682 status.overrun = tu->overrun;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Driscom8.h94 unsigned long overrun; member in struct:riscom_port
H A Dspecialix_io8.h134 unsigned long overrun; member in struct:specialix_port
H A Damiserial.c294 icount->overrun++;
1344 icount.overrun = cnow.overrun;
1871 if (state->icount.overrun)
1872 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun);
2002 state->icount.overrun = state->icount.brk = 0;
H A Dspecialix.c628 port->overrun++;
630 board_No(bp), port_No(port), port->overrun);
1284 board_No(bp), port_No(port), port->overrun);
1451 port->overrun = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial.h23 __u32 frame, parity, overrun, brk; member in struct:async_icount
172 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
H A Dsignalfd.h21 __u32 overrun; member in struct:signalfd_siginfo
H A Dserial_core.h216 __u32 overrun; member in struct:uart_icount
523 unsigned int overrun, unsigned int ch, unsigned int flag)
527 if ((status & port->ignore_status_mask & ~overrun) == 0)
534 if (status & ~port->ignore_status_mask & overrun)
522 uart_insert_char(struct uart_port *port, unsigned int status, unsigned int overrun, unsigned int ch, unsigned int flag) argument
H A Dsynclink.h213 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_3590.h64 unsigned int overrun:1; member in struct:tape_3590_sense
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c434 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) |
510 IO_STATE(R_IRQ_MASK0_SET, overrun, set) |
1057 /* check for overrun irq */
1058 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) {
1060 D(printk("ethernet receiver overrun!\n"));
1186 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dv850e_uart.c294 port->icount.overrun++;
H A D21285.c107 port->icount.overrun++;
H A Dclps711x.c120 port->icount.overrun++;
138 * CHECK: does overrun affect the current character?
H A Dserial_core.c1043 icount.overrun = cnow.overrun;
1693 if (port->icount.overrun)
1695 port->icount.overrun);
H A Duartlite.c71 port->icount.overrun++;
H A Dbfin_5xx.c193 uart->port.icount.overrun++;
350 uart->port.icount.overrun++;
H A Dcrisv10.c393 * * Error message on debug port if an overrun or flip buffer overrun occurs.
398 * * Clear serial errors (overrun, framing, parity) correctly. Before, the
623 #define SER_OVERRUN_MASK IO_MASK(R_SERIAL0_STATUS, overrun)
2736 IO_MASK(R_SERIAL0_READ, overrun) )) {
2792 } else if (data_read & IO_MASK(R_SERIAL0_READ, overrun)) {
2793 info->icount.overrun++;
2900 info->icount.overrun++;
4727 if (info->icount.overrun)
4729 (unsigned long)info->icount.overrun);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dsignalfd.c177 err |= __put_user(kinfo->si_overrun, &uinfo->overrun);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dvidc_fill.S147 tst r6, #DMA_ST_OFL @ Check for overrun
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dposix-timers.c269 * block to us. It's function is to update the overrun entry AND to
679 * be the overrun of the timer last delivered. At the same time we are
680 * accumulating overruns on the next timer. The overrun is frozen when
684 * to pick up the frozen overrun.
690 int overrun; local
697 overrun = timr->it_overrun_last;
700 return overrun;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c123 #define _LSR_OE_MASK 0x20 /* overrun error */
131 #define _LSR_OE_ERROR _LSR_OE_MASK /* overrun error detected */
232 __u32 overrun; member in struct:SICC_icount
480 icount->overrun++;
498 * CHECK: does overrun affect the current character?
1327 icount.overrun = cnow.overrun;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Datari_NCR5380.c1103 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; local
1121 overrun = 1;
1122 DMA_PRINTK("scsi%d: read overrun handled\n", HOSTNO);
1146 if (overrun) {
1147 DMA_PRINTK("Got an input overrun, using saved byte\n");
H A DNCR5380.c1699 unsigned char saved_data = 0, overrun = 0, residue; local
1772 overrun = 1;
1798 if (overrun) {
1799 dprintk(NDEBUG_DMA, ("Got an input overrun, using saved byte\n"));
1805 printk("No overrun??\n");

Completed in 277 milliseconds

123