/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 43 bool overrun) in cx23885_input_process_measurements() argument 66 if (overrun) in cx23885_input_process_measurements() 75 int overrun, data_available; in cx23885_input_rx_work_handler() local 107 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler() 113 if (overrun) { in cx23885_input_rx_work_handler() 123 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler() 125 if (overrun) { in cx23885_input_rx_work_handler()
|
/Linux-v4.19/sound/core/ |
D | timer_compat.c | 90 u32 overrun; member 109 status.overrun = tu->overrun; in snd_timer_user_status_compat()
|
D | Kconfig | 171 bool "Enable PCM ring buffer overrun/underrun debugging" 175 Say Y to enable the PCM ring buffer overrun/underrun debugging.
|
/Linux-v4.19/kernel/time/ |
D | alarmtimer.c | 447 u64 overrun = 1; in alarm_forward() local 458 overrun = ktime_divns(delta, incr); in alarm_forward() 461 incr*overrun); in alarm_forward() 464 return overrun; in alarm_forward() 469 overrun++; in alarm_forward() 473 return overrun; in alarm_forward()
|
/Linux-v4.19/include/linux/ |
D | serial.h | 22 __u32 frame, parity, overrun, brk; member
|
D | serial_core.h | 108 __u32 overrun; member 469 unsigned int overrun, unsigned int ch, unsigned int flag);
|
D | cyclades.h | 106 __u32 frame, parity, overrun, brk; member
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | arm,mps2-uart.txt | 6 - interrupts : Reference to the UART RX, TX and overrun interrupts
|
/Linux-v4.19/include/uapi/linux/ |
D | serial.h | 105 int frame, overrun, parity, brk; member
|
D | synclink.h | 215 __u32 frame, parity, overrun, brk; member
|
/Linux-v4.19/drivers/s390/char/ |
D | tape_3590.h | 64 unsigned int overrun:1; member
|
/Linux-v4.19/drivers/tty/ |
D | amiserial.c | 298 icount->overrun++; in receive_chars() 1206 icount->overrun = cnow.overrun; in rs_get_icount() 1553 if (state->icount.overrun) in line_info() 1554 seq_printf(m, " oe:%d", state->icount.overrun); in line_info() 1675 state->icount.overrun = state->icount.brk = 0; in amiga_serial_probe()
|
/Linux-v4.19/samples/vfio-mdev/ |
D | mtty.c | 125 bool overrun; member 329 mdev_state->s[index].overrun = false; in handle_bar_write() 351 mdev_state->s[index].overrun = true; in handle_bar_write() 532 if ((ier & UART_IER_RLSI) && mdev_state->s[index].overrun) in handle_bar_read() 579 if (mdev_state->s[index].overrun) in handle_bar_read()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | pxa_camera.rst | 67 | no overrun / | overrun |
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.h | 266 overrun:1, member
|
D | fwserial.c | 542 if (port->overrun) in fwtty_rx() 546 ++port->icount.overrun; in fwtty_rx() 555 port->overrun = false; in fwtty_rx() 569 port->overrun = true; in fwtty_rx() 1029 port->overrun = 0; in fwtty_port_shutdown() 1402 icount->overrun = port->icount.overrun; in fwtty_get_icount() 1405 icount->buf_overrun = port->icount.overrun; in fwtty_get_icount() 1422 port->icount.overrun, port->icount.parity, port->icount.brk); in fwtty_proc_show_port()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | rtd520.c | 614 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-v4.19/drivers/mmc/core/ |
D | sdio_uart.c | 62 __u32 overrun; member 398 port->icount.overrun++; in sdio_uart_receive_chars() 988 if (port->icount.overrun) in sdio_uart_proc_show() 990 port->icount.overrun); in sdio_uart_proc_show()
|
/Linux-v4.19/kernel/sched/ |
D | rt.c | 13 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun); 22 int overrun; in sched_rt_period_timer() local 26 overrun = hrtimer_forward_now(timer, rt_b->rt_period); in sched_rt_period_timer() 27 if (!overrun) in sched_rt_period_timer() 31 idle = do_sched_rt_period_timer(rt_b, overrun); in sched_rt_period_timer() 811 static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun) in do_sched_rt_period_timer() argument 858 rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime); in do_sched_rt_period_timer()
|
/Linux-v4.19/drivers/tty/serial/ |
D | mps2-uart.c | 246 port->icount.overrun++; in mps2_uart_oerrirq() 292 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
|
D | serial_core.c | 1262 icount->overrun = cnow.overrun; in uart_get_icount() 1794 if (uport->icount.overrun) in uart_line_info() 1795 seq_printf(m, " oe:%d", uport->icount.overrun); in uart_line_info() 2990 unsigned int overrun, unsigned int ch, unsigned int flag) in uart_insert_char() argument 2994 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char() 3002 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()
|
/Linux-v4.19/drivers/usb/serial/ |
D | generic.c | 560 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
|
/Linux-v4.19/kernel/trace/ |
D | trace_entries.h | 101 __field_desc( unsigned long, ret, overrun )
|
D | ring_buffer.c | 485 local_t overrun; member 1563 local_add(page_entries, &cpu_buffer->overrun); in rb_remove_pages() 1987 local_add(entries, &cpu_buffer->overrun); in rb_handle_head_page() 3300 (local_read(&cpu_buffer->overrun) + cpu_buffer->read); in rb_num_of_entries() 3389 ret = local_read(&cpu_buffer->overrun); in ring_buffer_overrun_cpu() 3497 overruns += local_read(&cpu_buffer->overrun); in ring_buffer_overruns() 3713 overwrite = local_read(&(cpu_buffer->overrun)); in rb_get_reader_page() 4331 local_set(&cpu_buffer->overrun, 0); in rb_reset_cpu()
|
/Linux-v4.19/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 …]
|