Home
last modified time | relevance | path

Searched refs:overrun (Results 1 – 25 of 142) sorted by relevance

123456

/linux/drivers/media/pci/cx23885/
A Dcx23885-input.c34 bool overrun) in cx23885_input_process_measurements() argument
57 if (overrun) in cx23885_input_process_measurements()
66 int overrun, data_available; in cx23885_input_rx_work_handler() local
98 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler()
104 if (overrun) { in cx23885_input_rx_work_handler()
114 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler()
116 if (overrun) { in cx23885_input_rx_work_handler()
/linux/kernel/time/
A Dalarmtimer.c443 u64 overrun = 1; in alarm_forward() local
454 overrun = ktime_divns(delta, incr); in alarm_forward()
457 incr*overrun); in alarm_forward()
460 return overrun; in alarm_forward()
465 overrun++; in alarm_forward()
469 return overrun; in alarm_forward()
/linux/drivers/char/ipmi/
A Dipmi_ipmb.c68 bool overrun; member
76 if (iidev->overrun) in valid_ipmb()
171 iidev->overrun = false; in ipmi_ipmb_check_msg_done()
198 iidev->overrun = true; in ipmi_ipmb_slave_cb()
/linux/include/linux/
A Dserial.h22 __u32 frame, parity, overrun, brk; member
A Dserial_core.h97 __u32 overrun; member
459 unsigned int overrun, unsigned int ch, unsigned int flag);
/linux/Documentation/devicetree/bindings/serial/
A Darm,mps2-uart.txt6 - interrupts : Reference to the UART RX, TX and overrun interrupts
A D8250.yaml179 overrun-throttle-ms:
181 How long to pause uart rx when input overrun is encountered.
A D8250_omap.yaml82 overrun-throttle-ms: true
/linux/include/uapi/linux/
A Dserial.h105 int frame, overrun, parity, brk; member
A Dsynclink.h215 __u32 frame, parity, overrun, brk; member
/linux/drivers/s390/char/
A Dtape_3590.h64 unsigned int overrun:1; member
/linux/samples/vfio-mdev/
A Dmtty.c121 bool overrun; member
316 mdev_state->s[index].overrun = false; in handle_bar_write()
337 mdev_state->s[index].overrun = true; in handle_bar_write()
515 if ((ier & UART_IER_RLSI) && mdev_state->s[index].overrun) in handle_bar_read()
562 if (mdev_state->s[index].overrun) in handle_bar_read()
/linux/sound/core/
A Dtimer.c73 unsigned long overrun; member
95 unsigned int overrun; /* count of read queue overruns */ member
107 unsigned int overrun; /* count of read queue overruns */ member
1338 tu->overrun++; in snd_timer_user_interrupt()
1356 tu->overrun++; in snd_timer_user_append_to_tqueue()
1941 status.overrun = tu->overrun; in snd_timer_user_status32()
1964 status.overrun = tu->overrun; in snd_timer_user_status64()
A DKconfig172 bool "Enable PCM ring buffer overrun/underrun debugging"
176 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/linux/drivers/tty/
A Damiserial.c224 icount->overrun++; in receive_chars()
1099 icount->overrun = cnow.overrun; in rs_get_icount()
1410 if (state->icount.overrun) in line_info()
1411 seq_printf(m, " oe:%d", state->icount.overrun); in line_info()
/linux/drivers/staging/fwserial/
A Dfwserial.c545 if (port->overrun) in fwtty_rx()
549 ++port->icount.overrun; in fwtty_rx()
558 port->overrun = false; in fwtty_rx()
572 port->overrun = true; in fwtty_rx()
1031 port->overrun = 0; in fwtty_port_shutdown()
1390 icount->overrun = port->icount.overrun; in fwtty_get_icount()
1393 icount->buf_overrun = port->icount.overrun; in fwtty_get_icount()
1410 port->icount.overrun, port->icount.parity, port->icount.brk); in fwtty_proc_show_port()
A Dfwserial.h266 overrun:1, member
/linux/drivers/comedi/drivers/
A Drtd520.c614 u32 overrun; in rtd_interrupt() local
657 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
658 if (overrun) in rtd_interrupt()
681 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
/linux/drivers/mmc/core/
A Dsdio_uart.c58 __u32 overrun; member
394 port->icount.overrun++; in sdio_uart_receive_chars()
984 if (port->icount.overrun) in sdio_uart_proc_show()
986 port->icount.overrun); in sdio_uart_proc_show()
/linux/Documentation/driver-api/media/drivers/
A Dpxa_camera.rst69 | no overrun / | overrun |
/linux/kernel/sched/
A Drt.c15 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
24 int overrun; in sched_rt_period_timer() local
28 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
29 if (!overrun) in sched_rt_period_timer()
33 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()
860 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument
907 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
/linux/drivers/scsi/aic7xxx/
A Daic79xx.seq1718 * some overrun bytes into the data FIFO and acked them
1724 * an overrun.
1735 * data overrun.
1985 * not sitting on a packet boundary, we are in an overrun
1989 * a read overrun case.
2064 * Check for overrun and see if we can complete this command.
2074 * no overrun condition has occurred.
2081 * A sufficiently large overrun or a NONPACKREQ may
2143 * bus reset. If we've overrun, let the host know so that
2148 * empty, there is no overrun.
[all …]
/linux/drivers/usb/serial/
A Dgeneric.c566 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
/linux/drivers/tty/serial/
A Dmps2-uart.c250 port->icount.overrun++; in mps2_uart_oerrirq()
305 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
A Dserial_core.c1264 icount->overrun = cnow.overrun; in uart_get_icount()
1867 if (uport->icount.overrun) in uart_line_info()
1868 seq_printf(m, " oe:%d", uport->icount.overrun); in uart_line_info()
3150 unsigned int overrun, unsigned int ch, unsigned int flag) in uart_insert_char() argument
3154 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char()
3162 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()

Completed in 60 milliseconds

123456