| /kernel/linux/linux-5.10/arch/mips/include/asm/dec/ |
| D | interrupts.h | 51 #define DEC_IRQ_ASC_ERR 22 /* ASC page overrun */ 54 #define DEC_IRQ_ISDN_ERR 25 /* ISDN memory read/overrun error */ 58 #define DEC_IRQ_SCC0A_RXERR 29 /* SCC0A (printer) receive overrun */ 60 #define DEC_IRQ_SCC0A_TXERR 31 /* SCC0A xmit memory read/overrun */ 62 #define DEC_IRQ_AB_RXERR 33 /* ACCESS.bus receive overrun */ 66 #define DEC_IRQ_SCC1A_RXERR 37 /* SCC1A (modem) receive overrun */ 68 #define DEC_IRQ_SCC1A_TXERR 39 /* SCC1A xmit memory read/overrun */
|
| D | ioasic_ints.h | 32 #define IO_INR_SCC0A_RXERR 28 /* SCC0A receive overrun */ 34 #define IO_INR_ASC_ERR 18 /* ASC page overrun */ 42 #define IO_INR_SCC1A_RXERR 24 /* SCC1A receive overrun */ 52 #define IO_INR_AB_RXERR 24 /* ACCESS.bus receive overrun */ 56 #define IO_INR_ISDN_ERR 20 /* ISDN memory read/overrun error */
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/dec/ |
| D | interrupts.h | 51 #define DEC_IRQ_ASC_ERR 22 /* ASC page overrun */ 54 #define DEC_IRQ_ISDN_ERR 25 /* ISDN memory read/overrun error */ 58 #define DEC_IRQ_SCC0A_RXERR 29 /* SCC0A (printer) receive overrun */ 60 #define DEC_IRQ_SCC0A_TXERR 31 /* SCC0A xmit memory read/overrun */ 62 #define DEC_IRQ_AB_RXERR 33 /* ACCESS.bus receive overrun */ 66 #define DEC_IRQ_SCC1A_RXERR 37 /* SCC1A (modem) receive overrun */ 68 #define DEC_IRQ_SCC1A_TXERR 39 /* SCC1A xmit memory read/overrun */
|
| D | ioasic_ints.h | 32 #define IO_INR_SCC0A_RXERR 28 /* SCC0A receive overrun */ 34 #define IO_INR_ASC_ERR 18 /* ASC page overrun */ 42 #define IO_INR_SCC1A_RXERR 24 /* SCC1A receive overrun */ 52 #define IO_INR_AB_RXERR 24 /* ACCESS.bus receive overrun */ 56 #define IO_INR_ISDN_ERR 20 /* ISDN memory read/overrun error */
|
| /kernel/linux/linux-4.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() 114 /* If there was a FIFO overrun, stop the device */ 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() 126 /* If there was a FIFO overrun, clear & restart the device */ in cx23885_input_rx_work_handler() 242 * cx23885_input_rx_work_handler() in the overrun case, which could in cx23885_input_ir_stop()
|
| /kernel/linux/linux-5.10/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() 105 /* If there was a FIFO overrun, stop the device */ 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() 117 /* If there was a FIFO overrun, clear & restart the device */ in cx23885_input_rx_work_handler() 233 * cx23885_input_rx_work_handler() in the overrun case, which could in cx23885_input_ir_stop()
|
| /kernel/linux/linux-4.19/arch/arm/mach-u300/ |
| D | dummyspichip.c | 101 pr_warn("Simple test 3: FAILURE: failed with status %d (probably FIFO overrun)\n", in dummy_looptest() 125 …pr_warn("Simple test 5 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\… in dummy_looptest() 131 …pr_warn("Simple test 5 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n… in dummy_looptest() 141 …pr_warn("Simple test 6 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)\… in dummy_looptest() 147 …pr_warn("Simple test 6 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\n… in dummy_looptest() 186 pr_warn("Simple test 9: FAILURE: failed with status %d (probably FIFO overrun)\n", in dummy_looptest() 196 …pr_warn("Simple test 10 step 1: FAILURE: spi_write() failed with status %d (probably FIFO overrun)… in dummy_looptest() 203 …pr_warn("Simple test 10 step 2: FAILURE: spi_read() failed with status %d (probably FIFO overrun)\… in dummy_looptest()
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| D | cmdline.c | 44 * This 'pos' check ensures we do not overrun in __cmdline_find_option_bool() 103 return 0; /* Buffer overrun */ in __cmdline_find_option_bool() 139 * This 'pos' check ensures we do not overrun in __cmdline_find_option() 187 * Increment len, but don't overrun the in __cmdline_find_option()
|
| /kernel/linux/linux-4.19/arch/x86/lib/ |
| D | cmdline.c | 45 * This 'pos' check ensures we do not overrun in __cmdline_find_option_bool() 104 return 0; /* Buffer overrun */ in __cmdline_find_option_bool() 140 * This 'pos' check ensures we do not overrun in __cmdline_find_option() 188 * Increment len, but don't overrun the in __cmdline_find_option()
|
| /kernel/linux/linux-4.19/drivers/usb/serial/ |
| D | keyspan_usa67msg.h | 78 OVERRUN 0x02 85 (1) The OVERRUN bit can appear in either (a) or (b) format 89 overrun occurred (to identify the point in the data 92 message in which OVERRUN was reported; the lost character(s) 106 2001jul05 change message format to improve OVERRUN case
|
| D | keyspan_usa26msg.h | 74 OVERRUN 0x02 81 (1) The OVERRUN bit can appear in either (a) or (b) format 85 overrun occurred (to identify the point in the data 88 message in which OVERRUN was reported; the lost character(s) 102 2001jul05 change message format to improve OVERRUN case
|
| D | keyspan_usa49msg.h | 74 OVERRUN 0x02 81 (1) The OVERRUN bit can appear in either (a) or (b) format 85 overrun occurred (to identify the point in the data 88 message in which OVERRUN was reported; the lost character(s) 108 2001jul05 change message format to improve OVERRUN case
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | keyspan_usa67msg.h | 79 OVERRUN 0x02 86 (1) The OVERRUN bit can appear in either (a) or (b) format 90 overrun occurred (to identify the point in the data 93 message in which OVERRUN was reported; the lost character(s) 107 2001jul05 change message format to improve OVERRUN case
|
| D | keyspan_usa26msg.h | 75 OVERRUN 0x02 82 (1) The OVERRUN bit can appear in either (a) or (b) format 86 overrun occurred (to identify the point in the data 89 message in which OVERRUN was reported; the lost character(s) 103 2001jul05 change message format to improve OVERRUN case
|
| D | keyspan_usa49msg.h | 75 OVERRUN 0x02 82 (1) The OVERRUN bit can appear in either (a) or (b) format 86 overrun occurred (to identify the point in the data 89 message in which OVERRUN was reported; the lost character(s) 109 2001jul05 change message format to improve OVERRUN case
|
| /kernel/linux/linux-5.10/drivers/ipack/devices/ |
| D | ipoctal.h | 24 * @overrun: Number of overrun errors
|
| /kernel/linux/linux-4.19/drivers/ipack/devices/ |
| D | ipoctal.h | 28 * @overrun: Number of overrun errors
|
| /kernel/linux/linux-4.19/sound/core/ |
| D | timer_compat.c | 90 u32 overrun; member 109 status.overrun = tu->overrun; in snd_timer_user_status_compat()
|
| /kernel/linux/linux-4.19/drivers/tty/serial/8250/ |
| D | 8250_fsl.c | 54 /* Stop processing interrupts on input overrun */ in fsl8250_handle_irq() 63 * the input overrun subsides. in fsl8250_handle_irq()
|
| /kernel/linux/linux-4.19/drivers/staging/comedi/drivers/ |
| D | icp_multi.c | 66 #define ICP_MULTI_INT_CIE0 BIT(4) /* Counter 0 overrun interrupt */ 67 #define ICP_MULTI_INT_CIE1 BIT(5) /* Counter 1 overrun interrupt */ 68 #define ICP_MULTI_INT_CIE2 BIT(6) /* Counter 2 overrun interrupt */ 69 #define ICP_MULTI_INT_CIE3 BIT(7) /* Counter 3 overrun interrupt */
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | icp_multi.c | 66 #define ICP_MULTI_INT_CIE0 BIT(4) /* Counter 0 overrun interrupt */ 67 #define ICP_MULTI_INT_CIE1 BIT(5) /* Counter 1 overrun interrupt */ 68 #define ICP_MULTI_INT_CIE2 BIT(6) /* Counter 2 overrun interrupt */ 69 #define ICP_MULTI_INT_CIE3 BIT(7) /* Counter 3 overrun interrupt */
|
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| D | hd64572.h | 196 3 Underrun Overrun 204 #define DST_OVR 0x08 /* Overrun */ 222 #define ST_RX_OVERRUN 0x08 /* Overrun */ 241 #define ORCNTL 0x16c /* Overrun Counter L */ 242 #define ORCNTH 0x16d /* Overrun Counter H */ 243 #define ORCCR 0x16f /* Overrun Counter Ctl Reg */
|
| /kernel/linux/linux-4.19/drivers/net/wan/ |
| D | hd64572.h | 201 3 Underrun Overrun 209 #define DST_OVR 0x08 /* Overrun */ 227 #define ST_RX_OVERRUN 0x08 /* Overrun */ 246 #define ORCNTL 0x16c /* Overrun Counter L */ 247 #define ORCNTH 0x16d /* Overrun Counter H */ 248 #define ORCCR 0x16f /* Overrun Counter Ctl Reg */
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | posix-timers.h | 77 * @it_overrun: The overrun counter for pending signals 78 * @it_overrun_last: The overrun at the time of the last delivered signal
|
| /kernel/linux/linux-4.19/drivers/atm/ |
| D | suni.h | 185 #define SUNI_RACP_IES_FOVRI 0x02 /* R, FIFO overrun */ 190 #define SUNI_RACP_IES_FIFOE 0x20 /* RW, enable FIFO overrun interrupt */ 200 #define SUNI_TACP_CS_FOVRI 0x20 /* R, FIFO overrun */ 202 #define SUNI_TACP_CS_FIFOE 0x80 /* RW, enable FIFO overrun interrupt */
|