Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-3611_1.patch4 Subject: [PATCH] hw/audio/intel-hda: Do not ignore DMA overrun errors
14 Hardware sets this bit to a 1 when an overrun occurs in the RIRB.
20 responses overrun the internal FIFO.
22 When hardware detects an overrun, it will drop the responses which
23 overrun the buffer and set the RIRBOIS status bit to indicate the
H A DCVE-2022-4144.patch4 Subject: [PATCH] hw/display/qxl: Avoid buffer overrun in qxl_phys2virt
16 This avoids buffer overrun in the host pointer returned by
71 + "overrun by %"PRIu64" bytes\n",
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch7 Flooding multicast may make the rcv buffer overrun and is considered
13 packets as possible, and give a hint to user when possible overrun occurs. Note
54 + * Flooding multicast may make the rcv buffer overrun and considered premature msg…
/OK3568_Linux_fs/kernel/kernel/time/
H 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial.h22 __u32 frame, parity, overrun, brk; member
H A Dserial_core.h101 __u32 overrun; member
495 unsigned int overrun, unsigned int ch, unsigned int flag);
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Darm,mps2-uart.txt6 - interrupts : Reference to the UART RX, TX and overrun interrupts
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-0800_0801_0802_0803_0804.patch7 … Otherwise, even the first section/region copy action might cause buffer overrun. This is now chec…
30 + * action might cause buffer overrun. */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h105 int frame, overrun, parity, brk; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserial.h105 int frame, overrun, parity, brk; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserial.h105 int frame, overrun, parity, brk; member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c260 icount->overrun++; in receive_chars()
1128 icount->overrun = cnow.overrun; in rs_get_icount()
1444 if (state->icount.overrun) in line_info()
1445 seq_printf(m, " oe:%d", state->icount.overrun); in line_info()
1568 state->icount.overrun = state->icount.brk = 0; in amiga_serial_probe()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape_3590.h64 unsigned int overrun:1; member
/OK3568_Linux_fs/kernel/sound/core/
H 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()
1942 status.overrun = tu->overrun; in snd_timer_user_status32()
1965 status.overrun = tu->overrun; in snd_timer_user_status64()
H A DKconfig172 bool "Enable PCM ring buffer overrun/underrun debugging"
176 Say Y to enable the PCM ring buffer overrun/underrun debugging.
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmtty.c121 bool overrun; member
314 mdev_state->s[index].overrun = false; in handle_bar_write()
335 mdev_state->s[index].overrun = true; in handle_bar_write()
513 if ((ier & UART_IER_RLSI) && mdev_state->s[index].overrun) in handle_bar_read()
560 if (mdev_state->s[index].overrun) in handle_bar_read()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch4 Subject: [PATCH] nativesdk-glibc: Fix buffer overrun with a relocated SDK
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H 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()
1032 port->overrun = 0; in fwtty_port_shutdown()
1391 icount->overrun = port->icount.overrun; in fwtty_get_icount()
1394 icount->buf_overrun = port->icount.overrun; in fwtty_get_icount()
1411 port->icount.overrun, port->icount.parity, port->icount.brk); in fwtty_proc_show_port()
H A Dfwserial.h266 overrun:1, member
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H 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()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H 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()
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0017-gstreamer-Support-choosing-playbin2-and-playbin3.patch8 The playbin2 (decodebin2) cannot handle multiqueue overrun for some
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst69 | no overrun / | overrun |
/OK3568_Linux_fs/kernel/kernel/sched/
H A Drt.c17 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun);
26 int overrun; in sched_rt_period_timer() local
30 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer()
31 if (!overrun) in sched_rt_period_timer()
35 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()

1234567