Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/arm/
Dmalidp_drv.h26 s32 num_errors; member
Dmalidp_drv.c478 error_stats->num_errors = 0; in malidp_error_stats_init()
492 error_stats->num_errors++; in malidp_error()
501 error_stats.num_errors); in malidp_error_stats_dump()
/drivers/mtd/nand/raw/
Ddavinci_nand.c261 unsigned num_errors, corrected; in nand_davinci_correct_4bit() local
333 num_errors = 1 + ((fsr >> 16) & 0x03); in nand_davinci_correct_4bit()
343 for (i = 0, corrected = 0; i < num_errors; i++) { in nand_davinci_correct_4bit()
/drivers/vme/
Dvme_bridge.h87 unsigned num_errors; /* Number of errors */ member
Dvme.c1259 if (!handler->num_errors) in vme_bus_error_handler()
1261 if (handler->num_errors != UINT_MAX) in vme_bus_error_handler()
1262 handler->num_errors++; in vme_bus_error_handler()
1287 handler->num_errors = 0; in vme_register_error_handler()
/drivers/staging/media/zoran/
Dzoran.h280 int num_errors; member
Dzoran_device.c407 zr->num_errors = 0; in init_jpeg_queue()
/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6066 u32 *num_errors, u32 *num_warnings) in qed_parse_idle_chk_dump_rules() argument
6074 *num_errors = 0; in qed_parse_idle_chk_dump_rules()
6113 (*num_errors)++; in qed_parse_idle_chk_dump_rules()
6209 u32 *num_errors, in qed_parse_idle_chk_dump() argument
6220 *num_errors = 0; in qed_parse_idle_chk_dump()
6266 num_errors, in qed_parse_idle_chk_dump()
6287 num_errors, in qed_parse_idle_chk_dump()
6295 if (*num_errors) in qed_parse_idle_chk_dump()
6300 *num_errors, *num_warnings); in qed_parse_idle_chk_dump()
7112 u32 num_errors, num_warnings; in qed_get_idle_chk_results_buf_size() local
[all …]
Dqed_hsi.h3492 u32 *num_errors,
/drivers/vme/bridges/
Dvme_tsi148.c1244 if (handler->num_errors) { in tsi148_master_read()
1342 if (handler->num_errors) { in tsi148_master_write()
/drivers/scsi/aic7xxx/
Daic7xxx_core.c83 static const u_int num_errors = ARRAY_SIZE(ahc_hard_errors); variable
958 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint()
Daic79xx_core.c72 static const u_int num_errors = ARRAY_SIZE(ahd_hard_errors); variable
1707 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()