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

12345

/linux-master/include/linux/
H A Dserial.h42 __u32 frame, parity, overrun, brk; member in struct:async_icount
H A Dserial_core.h242 * - %IGNBRK - ignore break errors. If %IGNPAR is also set, ignore overrun
420 __u32 overrun; member in struct:uart_icount
1014 unsigned int overrun, u8 ch, u8 flag);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-input.c34 bool overrun)
57 if (overrun)
66 int overrun, data_available; local
98 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN |
104 if (overrun) {
105 /* If there was a FIFO overrun, stop the device */
114 cx23885_input_process_measurements(dev, overrun);
116 if (overrun) {
117 /* If there was a FIFO overrun, clear & restart the device */
233 * cx23885_input_rx_work_handler() in the overrun cas
33 cx23885_input_process_measurements(struct cx23885_dev *dev, bool overrun) argument
[all...]
/linux-master/include/uapi/linux/
H A Dserial.h106 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
H A Dsynclink.h215 __u32 frame, parity, overrun, brk; member in struct:mgsl_icount
/linux-master/kernel/time/
H A Dalarmtimer.c453 u64 overrun = 1; local
464 overrun = ktime_divns(delta, incr);
467 incr*overrun);
470 return overrun;
475 overrun++;
479 return overrun;
497 * the overrun accounting correct but creates an
H A Dposix-timers.c234 * are of type int. Clamp the overrun value to INT_MAX
350 * while it still maintains the overrun accuracy
753 * The "overrun count" of a timer is one plus the number of expiration
755 * signal and the actual signal delivery. On signal delivery the "overrun
758 * As this is relative to the last queued signal the returned overrun count
771 int overrun; local
777 overrun = timer_overrun_to_int(timr, 0);
780 return overrun;
/linux-master/drivers/s390/char/
H A Dtape_3590.h64 unsigned int overrun:1; member in struct:tape_3590_sense
/linux-master/drivers/char/ipmi/
H A Dipmi_ipmb.c69 bool overrun; member in struct:ipmi_ipmb_dev
77 if (iidev->overrun)
172 iidev->overrun = false;
199 iidev->overrun = true;
/linux-master/kernel/trace/
H A Dtrace_entries.h100 __field_packed( unsigned int, ret, overrun )
121 __field_packed( unsigned int, ret, overrun )
H A Dfgraph.c205 trace->overrun = atomic_read(&current->trace_overrun);
/linux-master/drivers/tty/
H A Damiserial.c183 bool overrun = false; local
225 icount->overrun++;
254 overrun = true;
258 if (overrun)
1093 icount->overrun = cnow.overrun;
1404 if (state->icount.overrun)
1405 seq_printf(m, " oe:%d", state->icount.overrun);
/linux-master/drivers/comedi/drivers/
H A Drtd520.c613 u32 overrun; local
656 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff;
657 if (overrun)
680 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff;
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c59 __u32 overrun; member in struct:uart_icount
377 port->icount.overrun++;
966 if (port->icount.overrun)
968 port->icount.overrun);
/linux-master/sound/core/
H A Dtimer.c73 unsigned long overrun; member in struct:snd_timer_user
95 unsigned int overrun; /* count of read queue overruns */ member in struct:snd_timer_status32
107 unsigned int overrun; /* count of read queue overruns */ member in struct:snd_timer_status64
1293 tu->overrun++;
1310 tu->overrun++;
1874 status.overrun = tu->overrun;
1896 status.overrun = tu->overrun;
/linux-master/drivers/usb/serial/
H A Dgeneric.c566 icount->overrun = cnow.overrun;
H A Dssu100.c457 port->icount.overrun++;
/linux-master/drivers/tty/serial/
H A Dmps2-uart.c231 port->icount.overrun++;
286 MAKE_NAME(-overrun), mps_port);
H A Darc_uart.c215 port->icount.overrun++;
H A D21285.c136 port->icount.overrun++;
/linux-master/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c316 port->icount.overrun++;
377 port->icount.overrun += buff_index - copied_len;
/linux-master/drivers/net/can/esd/
H A Desdacc.h219 struct acc_bmmsg_overrun overrun; member in union:acc_bmmsg
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c134 u32 overrun; member in struct:dcmipp_bytecap_device::__anon1160
523 dev_warn(vcap->dev, "Some errors found while streaming: errors=%d (overrun=%d, limit=%d, nactive=%d), underrun=%d, buffers=%d\n",
524 vcap->count.errors, vcap->count.overrun,
750 * If we have an overrun, a frame-end will probably not be generated,
756 vcap->count.overrun++;
/linux-master/samples/vfio-mdev/
H A Dmtty.c122 bool overrun; member in struct:serial_port
387 mdev_state->s[index].overrun = false;
408 mdev_state->s[index].overrun = true;
585 /* Interrupt priority 1: Parity, overrun, framing or break */
586 if ((ier & UART_IER_RLSI) && mdev_state->s[index].overrun)
632 /* if FIFO overrun */
633 if (mdev_state->s[index].overrun)
/linux-master/kernel/sched/
H A Drt.c11 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
75 int overrun; local
79 overrun = hrtimer_forward_now(timer, rt_b->rt_period);
80 if (!overrun)
84 idle = do_sched_rt_period_timer(rt_b, overrun);
857 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) argument
905 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime);

Completed in 267 milliseconds

12345