Home
last modified time | relevance | path

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

12345

/drivers/media/pci/cx23885/
Dcx23885-input.c43 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
106 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler()
112 if (overrun) { in cx23885_input_rx_work_handler()
122 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler()
124 if (overrun) { in cx23885_input_rx_work_handler()
/drivers/s390/char/
Dtape_3590.h63 unsigned int overrun:1; member
/drivers/tty/
Damiserial.c297 icount->overrun++; in receive_chars()
1224 icount->overrun = cnow.overrun; in rs_get_icount()
1571 if (state->icount.overrun) in line_info()
1572 seq_printf(m, " oe:%d", state->icount.overrun); in line_info()
1706 state->icount.overrun = state->icount.brk = 0; in amiga_serial_probe()
/drivers/staging/comedi/drivers/
Drtd520.c623 u32 overrun; in rtd_interrupt() local
666 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
667 if (overrun) in rtd_interrupt()
690 overrun = readl(dev->mmio + LAS0_OVERRUN) & 0xffff; in rtd_interrupt()
Dcomedi_test.c198 goto overrun; in waveform_ai_timer()
224 overrun: in waveform_ai_timer()
/drivers/mmc/card/
Dsdio_uart.c62 __u32 overrun; member
400 port->icount.overrun++; in sdio_uart_receive_chars()
990 if (port->icount.overrun) in sdio_uart_proc_show()
992 port->icount.overrun); in sdio_uart_proc_show()
/drivers/staging/fwserial/
Dfwserial.c558 if (port->overrun) in fwtty_rx()
562 ++port->icount.overrun; in fwtty_rx()
571 port->overrun = false; in fwtty_rx()
585 port->overrun = true; in fwtty_rx()
1045 port->overrun = 0; in fwtty_port_shutdown()
1418 icount->overrun = port->icount.overrun; in fwtty_get_icount()
1421 icount->buf_overrun = port->icount.overrun; in fwtty_get_icount()
1438 port->icount.overrun, port->icount.parity, port->icount.brk); in fwtty_proc_show_port()
Dfwserial.h265 overrun:1, member
/drivers/tty/serial/
Dmps2-uart.c249 port->icount.overrun++; in mps2_uart_oerrirq()
295 MAKE_NAME(-overrun), mps_port); in mps2_uart_startup()
Dserial_core.c1249 icount->overrun = cnow.overrun; in uart_get_icount()
1784 if (uport->icount.overrun) in uart_line_info()
1785 seq_printf(m, " oe:%d", uport->icount.overrun); in uart_line_info()
2994 unsigned int overrun, unsigned int ch, unsigned int flag) in uart_insert_char() argument
2998 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char()
3006 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()
Dcrisv10.c188 #define SER_OVERRUN_MASK IO_MASK(R_SERIAL0_STATUS, overrun)
2162 IO_MASK(R_SERIAL0_READ, overrun) )) { in handle_ser_rx_interrupt_no_dma()
2215 } else if (data_read & IO_MASK(R_SERIAL0_READ, overrun)) { in handle_ser_rx_interrupt_no_dma()
2216 info->icount.overrun++; in handle_ser_rx_interrupt_no_dma()
2322 info->icount.overrun++; in handle_ser_rx_interrupt()
4030 if (info->icount.overrun) in seq_line_info()
4031 seq_printf(m, " oe:%lu", (unsigned long)info->icount.overrun); in seq_line_info()
D21285.c99 port->icount.overrun++; in serial21285_rx_chars()
Dmsm_serial.c561 port->icount.overrun++; in msm_complete_rx_dma()
698 port->icount.overrun++; in msm_handle_rx_dm()
775 port->icount.overrun++; in msm_handle_rx()
Dtimbuart.c173 port->icount.overrun++; in timbuart_handle_rx_port()
Darc_uart.c224 port->icount.overrun++; in arc_serial_rx_chars()
Ddigicolor-usart.c161 port->icount.overrun++; in digicolor_uart_rx()
Dmvebu-uart.c192 port->icount.overrun++; in mvebu_uart_rx_chars()
/drivers/scsi/aic7xxx/
Daic79xx.seq1718 * 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 …]
/drivers/usb/serial/
Dgeneric.c534 icount->overrun = cnow.overrun; in usb_serial_generic_get_icount()
Dssu100.c511 port->icount.overrun++; in ssu100_update_lsr()
/drivers/net/cris/
Deth_v10.c471 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) | in e100_open()
574 IO_STATE(R_IRQ_MASK0_SET, overrun, set) | in e100_open()
1209 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) { in e100nw_interrupt()
1337 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) | in e100_close()
/drivers/scsi/
DNCR5380.c836 int saved_data = 0, overrun = 0; in NCR5380_dma_complete() local
847 overrun = 1; in NCR5380_dma_complete()
887 if (overrun) { in NCR5380_dma_complete()
/drivers/media/platform/
Dpxa_camera.c1016 u32 camera_status, overrun; in pxa_camera_dma_irq() local
1026 overrun = CISR_IFO_0; in pxa_camera_dma_irq()
1028 overrun |= CISR_IFO_1 | CISR_IFO_2; in pxa_camera_dma_irq()
1068 if (camera_status & overrun && in pxa_camera_dma_irq()
/drivers/staging/greybus/
Duart.c725 icount.overrun = gb_tty->iocount.overrun; in get_serial_usage()
/drivers/usb/class/
Dcdc-acm.c346 acm->iocount.overrun++; in acm_ctrl_irq()
988 icount.overrun = acm->iocount.overrun; in get_serial_usage()

12345