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

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-input.c48 bool overrun)
71 if (overrun)
80 int overrun, data_available; local
99 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN |
105 if (overrun) {
106 /* If there was a FIFO overrun, stop the device */
115 cx23885_input_process_measurements(dev, overrun);
117 if (overrun) {
118 /* If there was a FIFO overrun, clear & restart the device */
221 * cx23885_input_rx_work_handler() in the overrun cas
47 cx23885_input_process_measurements(struct cx23885_dev *dev, bool overrun) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer_compat.c64 u32 overrun; member in struct:snd_timer_status32
82 status.overrun = tu->overrun;
H A Dtimer.c59 unsigned long overrun; member in struct:snd_timer_user
1129 tu->overrun++;
1147 tu->overrun++;
1703 status.overrun = tu->overrun;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Driscom8.h83 unsigned long overrun; member in struct:riscom_port
H A Dspecialix_io8.h125 unsigned long overrun; member in struct:specialix_port
H A Damiserial.c297 icount->overrun++;
1351 icount.overrun = cnow.overrun;
1880 if (state->icount.overrun)
1881 seq_printf(m, " oe:%d", state->icount.overrun);
1999 state->icount.overrun = state->icount.brk = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRLE.cpp113 for (bool overrun = true; overrun;) {
114 overrun = false;
135 overrun = j > m_len; // overrun, make a second pass
137 if (overrun) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dserial.h24 __u32 frame, parity, overrun, brk; member in struct:async_icount
196 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
H A Dserial_core.h275 __u32 overrun; member in struct:uart_icount
570 unsigned int overrun, unsigned int ch, unsigned int flag)
574 if ((status & port->ignore_status_mask & ~overrun) == 0)
581 if (status & ~port->ignore_status_mask & overrun)
569 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
H A Dftrace.h362 unsigned long overrun; member in struct:ftrace_graph_ret
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_3590.h64 unsigned int overrun:1; member in struct:tape_3590_sense
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dftrace.c67 trace->overrun = atomic_read(&current->trace_overrun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_entries.h94 __field_desc( unsigned long, ret, overrun )
H A Dring_buffer.c459 local_t overrun; member in struct:ring_buffer_per_cpu
1630 local_add(entries, &cpu_buffer->overrun);
2623 ret = (local_read(&cpu_buffer->entries) - local_read(&cpu_buffer->overrun))
2644 ret = local_read(&cpu_buffer->overrun);
2688 local_read(&cpu_buffer->overrun)) - cpu_buffer->read;
2711 overruns += local_read(&cpu_buffer->overrun);
2914 overwrite = local_read(&(cpu_buffer->overrun));
3478 local_set(&cpu_buffer->overrun, 0);
H A Dtrace_functions_graph.c47 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) },
153 trace->overrun = atomic_read(&current->trace_overrun);
966 trace->overrun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dark3116.c473 icount.overrun = cnow.overrun;
607 priv->icount.overrun++;
705 /* overrun is special, not associated with a char */
H A Dssu100.c448 icount.overrun = cnow.overrun;
635 priv->icount.overrun++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-serial.c393 u8 st, ch, push, status, overrun; local
424 overrun = 0;
506 /* handle overrun error */
512 icount->overrun++;
513 overrun = 1;
519 if (!overrun && !(status & port->uart.ignore_status_mask)) {
534 /* overrun is special, since it's reported immediately, and doesn't
537 if (overrun)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c62 __u32 overrun; member in struct:uart_icount
415 port->icount.overrun++;
1008 if (port->icount.overrun)
1010 port->icount.overrun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cris/
H A Deth_v10.c473 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) |
568 IO_STATE(R_IRQ_MASK0_SET, overrun, set) |
1204 /* check for overrun irq */
1205 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) {
1207 D(printk("ethernet receiver overrun!\n"));
1335 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvidc_fill.S147 tst r6, #DMA_ST_OFL @ Check for overrun
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c333 * block to us. It's function is to update the overrun entry AND to
692 * be the overrun of the timer last delivered. At the same time we are
693 * accumulating overruns on the next timer. The overrun is frozen when
697 * to pick up the frozen overrun.
702 int overrun; local
709 overrun = timr->it_overrun_last;
712 return overrun;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer.c866 * \brief get overrun count
868 * \return overrun count
873 return status->overrun;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dpxa_camera.c74 #define CICR0_FOM (1 << 0) /* FIFO-overrun mask */
128 #define CISR_IFO_2 (1 << 2) /* FIFO overrun for Channel 2 */
129 #define CISR_IFO_1 (1 << 1) /* FIFO overrun for Channel 1 */
130 #define CISR_IFO_0 (1 << 0) /* FIFO overrun for Channel 0 */
747 u32 status, camera_status, overrun; local
756 overrun = CISR_IFO_0;
758 overrun |= CISR_IFO_1 | CISR_IFO_2;
775 * overrun of channel 1, and at that same channel 2 was completed.
777 * When handling the overrun in DMA irq for channel 1, we'll stop the
796 * It's normal if the last frame creates an overrun, a
[all...]

Completed in 341 milliseconds

1234