/linux-6.12.1/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 34 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.12.1/kernel/time/ |
D | alarmtimer.c | 453 u64 overrun = 1; in alarm_forward() local 464 overrun = ktime_divns(delta, incr); in alarm_forward() 467 incr*overrun); in alarm_forward() 470 return overrun; in alarm_forward() 475 overrun++; in alarm_forward() 479 return overrun; in alarm_forward()
|
/linux-6.12.1/drivers/char/ipmi/ |
D | ipmi_ipmb.c | 69 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.12.1/include/uapi/linux/ |
D | trace_mmap.h | 39 __u64 overrun; member
|
D | serial.h | 106 int frame, overrun, parity, brk; member
|
D | synclink.h | 215 __u32 frame, parity, overrun, brk; member
|
/linux-6.12.1/include/linux/ |
D | serial.h | 42 __u32 frame, parity, overrun, brk; member
|
/linux-6.12.1/Documentation/devicetree/bindings/serial/ |
D | arm,mps2-uart.txt | 6 - interrupts : Reference to the UART RX, TX and overrun interrupts
|
/linux-6.12.1/drivers/tty/ |
D | amiserial.c | 183 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.12.1/Documentation/trace/ |
D | ring-buffer-map.rst | 84 printf("overrun: %llu\n", meta->overrun);
|
/linux-6.12.1/tools/testing/selftests/ring-buffer/ |
D | map_test.c | 189 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F() 205 ASSERT_EQ(desc->meta->overrun, 0); in TEST_F()
|
/linux-6.12.1/kernel/trace/ |
D | trace_entries.h | 100 __field_packed( unsigned int, ret, overrun ) 121 __field_packed( unsigned int, ret, overrun )
|
/linux-6.12.1/drivers/s390/char/ |
D | tape_3590.h | 64 unsigned int overrun:1; member
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | rtd520.c | 613 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.12.1/drivers/mmc/core/ |
D | sdio_uart.c | 59 __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.12.1/Documentation/driver-api/media/drivers/ |
D | pxa_camera.rst | 69 | no overrun / | overrun |
|
/linux-6.12.1/sound/core/ |
D | timer.c | 75 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() 1894 status.overrun = tu->overrun; in snd_timer_user_status32() 1916 status.overrun = tu->overrun; in snd_timer_user_status64()
|
D | Kconfig | 203 bool "Enable PCM ring buffer overrun/underrun debugging" 207 Say Y to enable the PCM ring buffer overrun/underrun debugging.
|
/linux-6.12.1/kernel/sched/ |
D | rt.c | 97 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() 791 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument 839 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
|
/linux-6.12.1/drivers/tty/serial/ |
D | mps2-uart.c | 231 port->icount.overrun++; in mps2_uart_oerrirq() 286 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
|
/linux-6.12.1/drivers/media/platform/st/stm32/stm32-dcmipp/ |
D | dcmipp-bytecap.c | 134 u32 overrun; member 524 vcap->count.errors, vcap->count.overrun, in dcmipp_bytecap_stop_streaming() 756 vcap->count.overrun++; in dcmipp_bytecap_irq_thread()
|
/linux-6.12.1/drivers/usb/serial/ |
D | generic.c | 565 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
|
/linux-6.12.1/samples/vfio-mdev/ |
D | mtty.c | 122 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.12.1/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1718 * some overrun bytes into the data FIFO and acked them 1724 * an overrun. 1735 * data overrun. 1982 * overrun condition. For the write case, the hardware cannot 1985 * not sitting on a packet boundary, we are in an overrun 1987 * ack bytes into the FIFO, and may even ack the last overrun packet 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 [all …]
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_pci1xxxx.c | 316 port->icount.overrun++; in pci1xxxx_read_burst_status() 377 port->icount.overrun += buff_index - copied_len; in pci1xxxx_rx_burst()
|