Searched refs:check_count (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | checkpatch.py | 145 error_count, warning_count, check_count = 0, 0, 0 153 check_count += result.checks 166 if error_count or warning_count or check_count: 173 print(col.Color(color, str % (error_count, warning_count, check_count)))
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | sp8870.c | 466 int check_count = 0; in sp8870_set_frontend() local 476 for (check_count = 0; check_count < MAXCHECKS; check_count++) { in sp8870_set_frontend() 481 __func__, check_count * 10); in sp8870_set_frontend()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/host1x/ |
| H A D | syncpt.c | 211 int err = 0, check_count = 0; in host1x_syncpt_wait() local 282 if (timeout && check_count <= MAX_STUCK_CHECK_COUNT) { in host1x_syncpt_wait() 290 if (check_count == MAX_STUCK_CHECK_COUNT) in host1x_syncpt_wait() 293 check_count++; in host1x_syncpt_wait()
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fg_max17042.c | 70 u32 check_count; in por_fuelgauge_init() local 83 check_count = 5; in por_fuelgauge_init() 112 if (!check_count--) { in por_fuelgauge_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_ad_tp2825.c | 772 int check_count = 20; in tp2825_check_cvstd() local 847 if (check_count && is_first && (state != VIDEO_LOCKED)) { in tp2825_check_cvstd() 848 check_count--; in tp2825_check_cvstd()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_vport.c | 634 int check_count = 0; in lpfc_vport_delete() local 635 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete() 638 check_count++; in lpfc_vport_delete()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | eeh.c | 491 pe->check_count++; in eeh_dev_check_failure() 492 if (pe->check_count == EEH_MAX_FAILS) { in eeh_dev_check_failure() 498 pe->check_count, in eeh_dev_check_failure()
|
| H A D | eeh_pe.c | 605 pe->check_count = 0; in eeh_pe_state_clear()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | eeh.h | 79 int check_count; /* Times of ignored error */ member
|