Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_hdcp.c371 u32 timeout_count; in hdmi_hdcp_hw_ddc_clean() local
378 timeout_count = 100; in hdmi_hdcp_hw_ddc_clean()
391 timeout_count--; in hdmi_hdcp_hw_ddc_clean()
392 if (!timeout_count) { in hdmi_hdcp_hw_ddc_clean()
604 u32 timeout_count; in hdmi_hdcp_wait_key_an_ready() local
608 timeout_count = 100; in hdmi_hdcp_wait_key_an_ready()
616 timeout_count, keys_state, link0_status); in hdmi_hdcp_wait_key_an_ready()
618 timeout_count--; in hdmi_hdcp_wait_key_an_ready()
619 if (!timeout_count) { in hdmi_hdcp_wait_key_an_ready()
629 timeout_count = 100; in hdmi_hdcp_wait_key_an_ready()
[all …]
Dhdmi_phy_8960.c256 int timeout_count, pll_lock_retry = 10; in hdmi_pll_enable() local
303 timeout_count = 1000; in hdmi_pll_enable()
313 if (--timeout_count > 0) in hdmi_pll_enable()
331 timeout_count = 1000; in hdmi_pll_enable()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_init.c407 uint32_t timeout_count; in qla4xxx_fw_ready() local
411 for (timeout_count = ADAPTER_INIT_TOV; timeout_count > 0; in qla4xxx_fw_ready()
412 timeout_count--) { in qla4xxx_fw_ready()
458 if (timeout_count <= (ADAPTER_INIT_TOV - 15)) { in qla4xxx_fw_ready()
481 timeout_count == 1) { in qla4xxx_fw_ready()
519 timeout_count)); in qla4xxx_fw_ready()
522 (timeout_count < ADAPTER_INIT_TOV - 5)) { in qla4xxx_fw_ready()
529 if (timeout_count <= 0) in qla4xxx_fw_ready()
/linux-4.4.14/drivers/net/plip/
Dplip.c218 unsigned short timeout_count; member
418 nl->timeout_count++; in plip_bh_timeout_error()
419 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) || in plip_bh_timeout_error()
420 nl->timeout_count <= 3) { in plip_bh_timeout_error()
439 if (++nl->timeout_count <= 3) { in plip_bh_timeout_error()
799 nl->timeout_count = 0; in plip_send_packet()
935 nl->timeout_count = 0; in plip_interrupt()
986 nl->timeout_count = 0; in plip_tx_packet()
/linux-4.4.14/drivers/scsi/
Dgdth.h910 int timeout_count; /* # of timeout calls */ member
Dgdth.c3901 if (++cmndinfo->timeout_count < 6) in gdth_timed_out()
4010 cmndinfo->timeout_count = 0; in gdth_queuecommand_lck()