Searched refs:num_errors (Results 1 – 14 of 14) sorted by relevance
| /drivers/spi/ |
| A D | spi-tegra210-quad.c | 1408 int num_errors = 0; in handle_dma_based_xfer() local 1414 num_errors++; in handle_dma_based_xfer() 1421 num_errors++; in handle_dma_based_xfer() 1430 num_errors++; in handle_dma_based_xfer() 1437 num_errors++; in handle_dma_based_xfer() 1444 if (num_errors) { in handle_dma_based_xfer() 1470 num_errors = tegra_qspi_start_dma_based_transfer(tqspi, t); in handle_dma_based_xfer() 1472 num_errors = tegra_qspi_start_cpu_based_transfer(tqspi, t); in handle_dma_based_xfer()
|
| /drivers/gpu/drm/arm/ |
| A D | malidp_drv.h | 26 s32 num_errors; member
|
| A D | malidp_drv.c | 475 error_stats->num_errors = 0; in malidp_error_stats_init() 489 error_stats->num_errors++; in malidp_error() 498 error_stats.num_errors); in malidp_error_stats_dump()
|
| /drivers/mtd/nand/raw/ |
| A D | davinci_nand.c | 330 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local 402 num_errors = 1 + ((fsr >> 16) & 0x03); in nand_davinci_correct_4bit() 412 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
|
| /drivers/staging/vme_user/ |
| A D | vme_bridge.h | 87 unsigned int num_errors; /* Number of errors */ member
|
| A D | vme.c | 1216 if (!handler->num_errors) in vme_bus_error_handler() 1218 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler() 1219 handler->num_errors++; in vme_bus_error_handler() 1243 handler->num_errors = 0; in vme_register_error_handler()
|
| A D | vme_tsi148.c | 1228 if (handler->num_errors) { in tsi148_master_read() 1325 if (handler->num_errors) { in tsi148_master_write()
|
| /drivers/media/pci/zoran/ |
| A D | zoran.h | 275 int num_errors; member
|
| A D | zoran_device.c | 410 zr->num_errors = 0; in init_jpeg_queue()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_debug.c | 6497 *num_errors = 0; in qed_parse_idle_chk_dump_rules() 6536 (*num_errors)++; in qed_parse_idle_chk_dump_rules() 6631 u32 *num_errors, in qed_parse_idle_chk_dump() argument 6642 *num_errors = 0; in qed_parse_idle_chk_dump() 6704 num_errors, in qed_parse_idle_chk_dump() 6725 num_errors, in qed_parse_idle_chk_dump() 6733 if (*num_errors) in qed_parse_idle_chk_dump() 7557 u32 num_errors, num_warnings; in qed_get_idle_chk_results_buf_size() local 7571 u32 *num_errors, in qed_print_idle_chk_results() argument 7817 u32 num_errors, num_warnnings; in qed_print_idle_chk_results_wrapper() local [all …]
|
| A D | qed_dbg_hsi.h | 1258 u32 *num_errors,
|
| /drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_cnfg.h | 2159 u8 num_errors; member
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx_core.c | 83 static const u_int num_errors = ARRAY_SIZE(ahc_hard_errors); 958 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
|
| A D | aic79xx_core.c | 72 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); 1707 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()
|
Completed in 91 milliseconds