Home
last modified time | relevance | path

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

1234567

/linux-6.15/drivers/media/pci/cx23885/
H 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-6.15/kernel/time/
H A Dalarmtimer.c439 u64 overrun = 1; in alarm_forward() local
450 overrun = ktime_divns(delta, incr); in alarm_forward()
453 incr*overrun); in alarm_forward()
456 return overrun; in alarm_forward()
461 overrun++; in alarm_forward()
465 return overrun; in alarm_forward()
/linux-6.15/drivers/char/ipmi/
H A Dipmi_ipmb.c69 bool overrun; member
77 if (iidev->overrun) in valid_ipmb()
172 iidev->overrun = false; in ipmi_ipmb_check_msg_done()
199 iidev->overrun = true; in ipmi_ipmb_slave_cb()
/linux-6.15/include/uapi/linux/
H A Dtrace_mmap.h39 __u64 overrun; member
H A Dserial.h106 int frame, overrun, parity, brk; member
H A Dsynclink.h215 __u32 frame, parity, overrun, brk; member
/linux-6.15/include/linux/
H A Dserial.h42 __u32 frame, parity, overrun, brk; member
/linux-6.15/Documentation/devicetree/bindings/serial/
H A Darm,mps2-uart.txt6 - interrupts : Reference to the UART RX, TX and overrun interrupts
H A D8250.yaml188 overrun-throttle-ms:
190 How long to pause uart rx when input overrun is encountered.
H A D8250_omap.yaml78 overrun-throttle-ms: true
/linux-6.15/drivers/tty/
H A Damiserial.c183 bool overrun = false; in receive_chars() local
225 icount->overrun++; in receive_chars()
254 overrun = true; in receive_chars()
258 if (overrun) in receive_chars()
1093 icount->overrun = cnow.overrun; in rs_get_icount()
1404 if (state->icount.overrun) in line_info()
1405 seq_printf(m, " oe:%d", state->icount.overrun); in line_info()
/linux-6.15/Documentation/trace/
H A Dring-buffer-map.rst84 printf("overrun: %llu\n", meta->overrun);
/linux-6.15/tools/testing/selftests/ring-buffer/
H A Dmap_test.c189 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
205 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
/linux-6.15/drivers/s390/char/
H A Dtape_3590.h64 unsigned int overrun:1; member
/linux-6.15/kernel/trace/
H A Dtrace_entries.h128 __field_packed( unsigned int, ret, overrun )
150 __field_packed( unsigned int, ret, overrun )
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst69 | no overrun / | overrun |
/linux-6.15/drivers/mmc/core/
H A Dsdio_uart.c59 __u32 overrun; member
377 port->icount.overrun++; in sdio_uart_receive_chars()
966 if (port->icount.overrun) in sdio_uart_proc_show()
968 port->icount.overrun); in sdio_uart_proc_show()
/linux-6.15/drivers/comedi/drivers/
H A Drtd520.c613 u32 overrun; in rtd_interrupt() local
656 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
657 if (overrun) in rtd_interrupt()
680 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
/linux-6.15/sound/core/
H A Dtimer.c75 unsigned long overrun; member
97 unsigned int overrun; /* count of read queue overruns */ member
109 unsigned int overrun; /* count of read queue overruns */ member
1313 tu->overrun++; in snd_timer_user_interrupt()
1330 tu->overrun++; in snd_timer_user_append_to_tqueue()
1901 status.overrun = tu->overrun; in snd_timer_user_status32()
1923 status.overrun = tu->overrun; in snd_timer_user_status64()
/linux-6.15/kernel/sched/
H A Drt.c97 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
104 int overrun; in sched_rt_period_timer() local
108 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
109 if (!overrun) in sched_rt_period_timer()
113 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer()
789 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument
837 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
/linux-6.15/drivers/tty/serial/
H A Dmps2-uart.c231 port->icount.overrun++; in mps2_uart_oerrirq()
286 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
/linux-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c152 u32 overrun; member
532 vcap->count.errors, vcap->count.overrun, in dcmipp_bytecap_stop_streaming()
758 vcap->count.overrun++; in dcmipp_bytecap_irq_thread()
/linux-6.15/drivers/usb/serial/
H A Dgeneric.c565 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
/linux-6.15/samples/vfio-mdev/
H A Dmtty.c122 bool overrun; member
387 mdev_state->s[index].overrun = false; in handle_bar_write()
408 mdev_state->s[index].overrun = true; in handle_bar_write()
586 if ((ier & UART_IER_RLSI) && mdev_state->s[index].overrun) in handle_bar_read()
633 if (mdev_state->s[index].overrun) in handle_bar_read()
/linux-6.15/drivers/scsi/aic7xxx/
H 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 …]

1234567