Home
last modified time | relevance | path

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

1234

/drivers/media/video/cx23885/
Dcx23885-input.c47 bool overrun) in cx23885_input_process_measurements() argument
70 if (overrun) in cx23885_input_process_measurements()
79 int overrun, data_available; in cx23885_input_rx_work_handler() local
99 overrun = events & (V4L2_SUBDEV_IR_RX_SW_FIFO_OVERRUN | in cx23885_input_rx_work_handler()
105 if (overrun) { in cx23885_input_rx_work_handler()
115 cx23885_input_process_measurements(dev, overrun); in cx23885_input_rx_work_handler()
117 if (overrun) { in cx23885_input_rx_work_handler()
/drivers/usb/serial/
Dark3116.c427 icount->overrun = cnow.overrun; in ark3116_get_icount()
609 priv->icount.overrun++; in ark3116_update_lsr()
Dssu100.c431 icount->overrun = cnow.overrun; in ssu100_get_icount()
600 priv->icount.overrun++; in ssu100_update_lsr()
Dmct_u232.c898 icount->overrun = ic->overrun; in mct_u232_get_icount()
Dmos7840.c481 icount->overrun++; in mos7840_handle_new_lsr()
2225 icount->overrun = cnow.overrun; in mos7840_get_icount()
/drivers/s390/char/
Dtape_3590.h64 unsigned int overrun:1; member
/drivers/tty/
Damiserial.c299 icount->overrun++; in receive_chars()
1242 icount->overrun = cnow.overrun; in rs_get_icount()
1585 if (state->icount.overrun) in line_info()
1586 seq_printf(m, " oe:%d", state->icount.overrun); in line_info()
1724 state->icount.overrun = state->icount.brk = 0; in amiga_serial_probe()
/drivers/mmc/card/
Dsdio_uart.c62 __u32 overrun; member
417 port->icount.overrun++; in sdio_uart_receive_chars()
1007 if (port->icount.overrun) in sdio_uart_proc_show()
1009 port->icount.overrun); in sdio_uart_proc_show()
/drivers/tty/serial/
Dserial_core.c1095 icount->overrun = cnow.overrun; in uart_get_icount()
1608 if (uport->icount.overrun) in uart_line_info()
1610 uport->icount.overrun); in uart_line_info()
2532 unsigned int overrun, unsigned int ch, unsigned int flag) in uart_insert_char() argument
2536 if ((status & port->ignore_status_mask & ~overrun) == 0) in uart_insert_char()
2543 if (status & ~port->ignore_status_mask & overrun) in uart_insert_char()
Dmsm_serial.c100 port->icount.overrun++; in handle_rx_dm()
157 port->icount.overrun++; in handle_rx()
D21285.c104 port->icount.overrun++; in serial21285_rx_chars()
Dcrisv10.c193 #define SER_OVERRUN_MASK IO_MASK(R_SERIAL0_STATUS, overrun)
2308 IO_MASK(R_SERIAL0_READ, overrun) )) { in handle_ser_rx_interrupt_no_dma()
2362 } else if (data_read & IO_MASK(R_SERIAL0_READ, overrun)) { in handle_ser_rx_interrupt_no_dma()
2363 info->icount.overrun++; in handle_ser_rx_interrupt_no_dma()
2469 info->icount.overrun++; in handle_ser_rx_interrupt()
4321 if (info->icount.overrun) in seq_line_info()
4322 seq_printf(m, " oe:%lu", (unsigned long)info->icount.overrun); in seq_line_info()
Dclps711x.c115 port->icount.overrun++; in clps711xuart_int_rx()
Duartlite.c87 port->icount.overrun++; in ulite_receive()
Dapbuart.c109 port->icount.overrun++; in apbuart_rx_chars()
Dtimbuart.c173 port->icount.overrun++; in timbuart_handle_rx_port()
Dserial_ks8695.c183 port->icount.overrun++; in ks8695uart_rx_chars()
Daltera_uart.c213 port->icount.overrun++; in altera_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/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()
1210 if (irqbits & IO_STATE(R_IRQ_MASK0_RD, overrun, active)) { in e100nw_interrupt()
1338 IO_STATE(R_IRQ_MASK0_CLR, overrun, clr) | in e100_close()
/drivers/media/rc/
Dnuvoton-cir.c683 bool overrun = false; in nvt_get_rx_ir_data() local
693 overrun = true; in nvt_get_rx_ir_data()
720 if (overrun) in nvt_get_rx_ir_data()
/drivers/staging/serial/
D68360serial.c140 __u32 frame, parity, overrun, brk;
462 icount->overrun++; in receive_chars()
2017 if (state->icount.overrun) in line_info()
2018 ret += sprintf(buf+ret, " oe:%d", state->icount.overrun); in line_info()
2531 state->icount.overrun = state->icount.brk = 0; in rs_360_init()
/drivers/media/video/
Dpxa_camera.c747 u32 status, camera_status, overrun; in pxa_camera_dma_irq() local
756 overrun = CISR_IFO_0; in pxa_camera_dma_irq()
758 overrun |= CISR_IFO_1 | CISR_IFO_2; in pxa_camera_dma_irq()
799 if (camera_status & overrun && in pxa_camera_dma_irq()
/drivers/scsi/
Datari_NCR5380.c1213 int transfered, saved_data = 0, overrun = 0, cnt, toPIO; in NCR5380_dma_complete() local
1231 overrun = 1; in NCR5380_dma_complete()
1256 if (overrun) { in NCR5380_dma_complete()
DNCR5380.c1821 unsigned char saved_data = 0, overrun = 0, residue; in NCR5380_transfer_dma() local
1931 overrun = 1; in NCR5380_transfer_dma()
1957 if (overrun) { in NCR5380_transfer_dma()

1234