Searched refs:timeout_count (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_hdcp.c | 371 u32 timeout_count; in msm_hdmi_hdcp_hw_ddc_clean() local 378 timeout_count = 100; in msm_hdmi_hdcp_hw_ddc_clean() 391 timeout_count--; in msm_hdmi_hdcp_hw_ddc_clean() 392 if (!timeout_count) { in msm_hdmi_hdcp_hw_ddc_clean() 604 u32 timeout_count; in msm_hdmi_hdcp_wait_key_an_ready() local 608 timeout_count = 100; in msm_hdmi_hdcp_wait_key_an_ready() 616 timeout_count, keys_state, link0_status); in msm_hdmi_hdcp_wait_key_an_ready() 618 timeout_count--; in msm_hdmi_hdcp_wait_key_an_ready() 619 if (!timeout_count) { in msm_hdmi_hdcp_wait_key_an_ready() 629 timeout_count = 100; in msm_hdmi_hdcp_wait_key_an_ready() [all …]
|
D | hdmi_pll_8960.c | 265 int timeout_count, pll_lock_retry = 10; in hdmi_pll_enable() local 313 timeout_count = 1000; in hdmi_pll_enable() 322 if (--timeout_count > 0) in hdmi_pll_enable() 340 timeout_count = 1000; in hdmi_pll_enable()
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_init.c | 406 uint32_t timeout_count; in qla4xxx_fw_ready() local 410 for (timeout_count = ADAPTER_INIT_TOV; timeout_count > 0; in qla4xxx_fw_ready() 411 timeout_count--) { in qla4xxx_fw_ready() 457 if (timeout_count <= (ADAPTER_INIT_TOV - 15)) { in qla4xxx_fw_ready() 480 timeout_count == 1) { in qla4xxx_fw_ready() 518 timeout_count)); in qla4xxx_fw_ready() 521 (timeout_count < ADAPTER_INIT_TOV - 5)) { in qla4xxx_fw_ready() 528 if (timeout_count <= 0) in qla4xxx_fw_ready()
|
/Linux-v4.19/drivers/net/plip/ |
D | plip.c | 218 unsigned short timeout_count; member 417 nl->timeout_count++; in plip_bh_timeout_error() 418 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) || in plip_bh_timeout_error() 419 nl->timeout_count <= 3) { in plip_bh_timeout_error() 438 if (++nl->timeout_count <= 3) { in plip_bh_timeout_error() 806 nl->timeout_count = 0; in plip_send_packet() 947 nl->timeout_count = 0; in plip_interrupt() 998 nl->timeout_count = 0; in plip_tx_packet()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_trace.h | 618 TP_PROTO(uint32_t drm_id, enum dpu_pingpong pp, int timeout_count, 620 TP_ARGS(drm_id, pp, timeout_count, kickoff_count, event), 624 __field( int, timeout_count ) 631 __entry->timeout_count = timeout_count; 636 __entry->drm_id, __entry->pp, __entry->timeout_count,
|
/Linux-v4.19/drivers/scsi/ |
D | gdth.h | 908 int timeout_count; /* # of timeout calls */ member
|
D | gdth.c | 3899 if (++cmndinfo->timeout_count < 6) in gdth_timed_out() 4008 cmndinfo->timeout_count = 0; in gdth_queuecommand_lck()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_type.h | 312 u8 timeout_count; member
|