| /drivers/serial/ |
| A D | uart_wch_usart.c | 111 enum uart_rx_stop_reason errors = 0; in usart_wch_err_check() local 114 errors |= UART_ERROR_PARITY; in usart_wch_err_check() 117 errors |= UART_BREAK; in usart_wch_err_check() 120 errors |= UART_ERROR_FRAMING; in usart_wch_err_check() 123 errors |= UART_ERROR_NOISE; in usart_wch_err_check() 126 errors |= UART_ERROR_OVERRUN; in usart_wch_err_check() 129 return errors; in usart_wch_err_check()
|
| A D | uart_psoc6.c | 157 int errors = 0; in uart_psoc6_err_check() local 160 errors |= UART_ERROR_OVERRUN; in uart_psoc6_err_check() 164 errors |= UART_ERROR_PARITY; in uart_psoc6_err_check() 168 errors |= UART_ERROR_FRAMING; in uart_psoc6_err_check() 171 return errors; in uart_psoc6_err_check()
|
| A D | usart_gd32.c | 140 int errors = 0; in usart_gd32_err_check() local 145 errors |= UART_ERROR_OVERRUN; in usart_gd32_err_check() 151 errors |= UART_ERROR_PARITY; in usart_gd32_err_check() 157 errors |= UART_ERROR_FRAMING; in usart_gd32_err_check() 162 return errors; in usart_gd32_err_check()
|
| A D | uart_sam.c | 80 int errors = 0; in uart_sam_err_check() local 83 errors |= UART_ERROR_OVERRUN; in uart_sam_err_check() 87 errors |= UART_ERROR_PARITY; in uart_sam_err_check() 91 errors |= UART_ERROR_FRAMING; in uart_sam_err_check() 96 return errors; in uart_sam_err_check()
|
| A D | uart_xlnx_uartlite.c | 50 uint32_t errors; member 75 data->errors &= (status & STAT_REG_ERROR_MASK); in xlnx_uartlite_read_status() 78 return status | data->errors; in xlnx_uartlite_read_status() 86 data->errors = 0; in xlnx_uartlite_clear_status()
|
| A D | usart_sam.c | 81 int errors = 0; in usart_sam_err_check() local 84 errors |= UART_ERROR_OVERRUN; in usart_sam_err_check() 88 errors |= UART_ERROR_PARITY; in usart_sam_err_check() 92 errors |= UART_ERROR_FRAMING; in usart_sam_err_check() 95 return errors; in usart_sam_err_check()
|
| A D | uart_pl011.c | 216 int errors = 0; in pl011_err_check() local 219 errors |= UART_ERROR_OVERRUN; in pl011_err_check() 223 errors |= UART_BREAK; in pl011_err_check() 227 errors |= UART_ERROR_PARITY; in pl011_err_check() 231 errors |= UART_ERROR_FRAMING; in pl011_err_check() 234 return errors; in pl011_err_check()
|
| A D | uart_renesas_rx_sci.c | 105 int errors = 0; in uart_rx_err_check() local 108 errors |= UART_ERROR_OVERRUN; in uart_rx_err_check() 112 errors |= UART_ERROR_PARITY; in uart_rx_err_check() 116 errors |= UART_ERROR_FRAMING; in uart_rx_err_check() 120 return errors; in uart_rx_err_check()
|
| A D | uart_bflb.c | 103 int errors = 0; in uart_bflb_err_check() local 109 errors |= UART_ERROR_OVERRUN; in uart_bflb_err_check() 113 errors |= UART_ERROR_OVERRUN; in uart_bflb_err_check() 119 errors |= UART_ERROR_PARITY; in uart_bflb_err_check() 124 return errors; in uart_bflb_err_check()
|
| A D | uart_emul.c | 40 int errors; member 177 int errors = drv_data->errors; in uart_emul_err_check() local 179 drv_data->errors = 0; in uart_emul_err_check() 180 return errors; in uart_emul_err_check() 990 void uart_emul_set_errors(const struct device *dev, int errors) in uart_emul_set_errors() argument 994 drv_data->errors |= errors; in uart_emul_set_errors()
|
| A D | Kconfig.bitbang | 20 errors.
|
| A D | uart_renesas_ra_sci.c | 129 int errors = 0; in uart_ra_sci_err_check() local 137 errors |= UART_ERROR_OVERRUN; in uart_ra_sci_err_check() 141 errors |= UART_ERROR_PARITY; in uart_ra_sci_err_check() 145 errors |= UART_ERROR_FRAMING; in uart_ra_sci_err_check() 156 errors |= UART_ERROR_OVERRUN; in uart_ra_sci_err_check() 160 errors |= UART_ERROR_PARITY; in uart_ra_sci_err_check() 164 errors |= UART_ERROR_FRAMING; in uart_ra_sci_err_check() 170 return errors; in uart_ra_sci_err_check()
|
| A D | uart_ifx_cat1_pdl.c | 296 int errors = 0; in ifx_cat1_uart_err_check() local 299 errors |= UART_ERROR_OVERRUN; in ifx_cat1_uart_err_check() 303 errors |= UART_ERROR_PARITY; in ifx_cat1_uart_err_check() 307 errors |= UART_ERROR_FRAMING; in ifx_cat1_uart_err_check() 310 return errors; in ifx_cat1_uart_err_check()
|
| A D | uart_ambiq.c | 287 int errors = 0; in uart_ambiq_err_check() local 290 errors |= UART_ERROR_OVERRUN; in uart_ambiq_err_check() 294 errors |= UART_BREAK; in uart_ambiq_err_check() 298 errors |= UART_ERROR_PARITY; in uart_ambiq_err_check() 302 errors |= UART_ERROR_FRAMING; in uart_ambiq_err_check() 305 return errors; in uart_ambiq_err_check()
|
| A D | uart_renesas_ra8_sci_b.c | 198 int errors = 0; in uart_ra_sci_b_err_check() local 201 errors |= UART_ERROR_OVERRUN; in uart_ra_sci_b_err_check() 204 errors |= UART_ERROR_PARITY; in uart_ra_sci_b_err_check() 207 errors |= UART_ERROR_FRAMING; in uart_ra_sci_b_err_check() 210 return errors; in uart_ra_sci_b_err_check()
|
| A D | uart_ifx_cat1.c | 257 int errors = 0; in ifx_cat1_uart_err_check() local 260 errors |= UART_ERROR_OVERRUN; in ifx_cat1_uart_err_check() 264 errors |= UART_ERROR_PARITY; in ifx_cat1_uart_err_check() 268 errors |= UART_ERROR_FRAMING; in ifx_cat1_uart_err_check() 271 return errors; in ifx_cat1_uart_err_check()
|
| /drivers/regulator/ |
| A D | regulator_shell.c | 447 regulator_error_flags_t errors; in cmd_errors() local 458 ret = regulator_get_error_flags(dev, &errors); in cmd_errors() 465 ((errors & REGULATOR_ERROR_OVER_VOLTAGE) != 0U) ? "X" in cmd_errors() 468 ((errors & REGULATOR_ERROR_OVER_CURRENT) != 0U) ? "X" in cmd_errors() 471 ((errors & REGULATOR_ERROR_OVER_TEMP) != 0U) ? "X" : " "); in cmd_errors() 596 SHELL_CMD_ARG(errors, &dsub_device_name, SHELL_HELP("Get active errors", "<device>"),
|
| /drivers/i2c/ |
| A D | Kconfig.sc18im704 | 26 Verify the I2C state register after I2C transfers to detect errors.
|
| /drivers/wifi/esp32/src/ |
| A D | esp_wifi_drv.c | 124 data->stats.errors.tx++; in esp32_wifi_send() 169 esp32_data.stats.errors.rx++; in eth_esp32_rx() 216 esp32_ap_sta_data.stats.errors.rx++; in wifi_esp32_ap_iface_rx() 918 stats->errors.rx = data->stats.errors.rx; in esp32_wifi_stats() 919 stats->errors.tx = data->stats.errors.tx; in esp32_wifi_stats()
|
| /drivers/wifi/infineon/ |
| A D | airoc_wifi.c | 370 data->stats.errors.tx++; in airoc_mgmt_send() 420 airoc_wifi_data.stats.errors.rx++; in airoc_wifi_network_process_ethernet_data() 770 stats->errors.rx = data->stats.errors.rx; in airoc_mgmt_wifi_stats() 771 stats->errors.tx = data->stats.errors.tx; in airoc_mgmt_wifi_stats()
|
| /drivers/wifi/esp_hosted/ |
| A D | esp_hosted_wifi.c | 462 data->stats.errors.rx++; in esp_hosted_recv() 476 stats->errors.rx = data->stats.errors.rx; in esp_hosted_stats() 477 stats->errors.tx = data->stats.errors.tx; in esp_hosted_stats()
|
| /drivers/disk/ |
| A D | Kconfig.sdmmc | 59 overrun (RX mode) errors.
|
| /drivers/wifi/nxp/ |
| A D | nxp_wifi_drv.c | 1316 stats->errors.rx = if_handle->stats.errors.rx; in nxp_wifi_stats() 1317 stats->errors.tx = if_handle->stats.errors.tx; in nxp_wifi_stats() 1324 stats->overrun_count = if_handle->stats.errors.rx + if_handle->stats.errors.tx; in nxp_wifi_stats() 1969 if_handle->stats.errors.tx++; in nxp_wifi_send() 2003 if_handle->stats.errors.rx++; in nxp_wifi_recv()
|
| /drivers/ethernet/ |
| A D | eth_xmc4xxx.c | 196 dev_data->stats.errors.tx++; in eth_xmc4xxx_flush_tx() 406 dev_data->stats.errors.rx++; in eth_xmc4xxx_rx_pkt() 437 dev_data->stats.errors.rx++; in eth_xmc4xxx_rx_pkt()
|
| /drivers/wifi/nrf_wifi/src/ |
| A D | net_if.c | 1285 zstats->errors.tx = stats.host.total_tx_drop_pkts; in nrf_wifi_stats_get() 1286 zstats->errors.rx = stats.host.total_rx_drop_pkts + in nrf_wifi_stats_get() 1290 zstats->errors.tx += sys_dev_ctx->raw_pkt_stats.raw_pkt_send_failure; in nrf_wifi_stats_get()
|