Home
last modified time | relevance | path

Searched refs:check_count (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/media/av7110/
A Dsp8870.c466 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()
/linux/drivers/gpu/host1x/
A Dsyncpt.c227 int err = 0, check_count = 0; in host1x_syncpt_wait() local
298 if (timeout && check_count <= MAX_STUCK_CHECK_COUNT) { in host1x_syncpt_wait()
306 if (check_count == MAX_STUCK_CHECK_COUNT) in host1x_syncpt_wait()
309 check_count++; in host1x_syncpt_wait()
/linux/drivers/scsi/lpfc/
A Dlpfc_vport.c630 int check_count = 0; in lpfc_vport_delete() local
631 while (check_count < ((phba->fc_ratov * 3) + 3) && in lpfc_vport_delete()
634 check_count++; in lpfc_vport_delete()
/linux/arch/powerpc/kernel/
A Deeh.c478 pe->check_count++; in eeh_dev_check_failure()
479 if (pe->check_count == EEH_MAX_FAILS) { in eeh_dev_check_failure()
485 pe->check_count, in eeh_dev_check_failure()
A Deeh_pe.c605 pe->check_count = 0; in eeh_pe_state_clear()
/linux/arch/powerpc/include/asm/
A Deeh.h79 int check_count; /* Times of ignored error */ member

Completed in 21 milliseconds