Searched refs:timeout_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_hdcp.c | 362 u32 timeout_count; in msm_hdmi_hdcp_hw_ddc_clean() local 369 timeout_count = 100; in msm_hdmi_hdcp_hw_ddc_clean() 382 timeout_count--; in msm_hdmi_hdcp_hw_ddc_clean() 383 if (!timeout_count) { in msm_hdmi_hdcp_hw_ddc_clean() 595 u32 timeout_count; in msm_hdmi_hdcp_wait_key_an_ready() local 599 timeout_count = 100; in msm_hdmi_hdcp_wait_key_an_ready() 607 timeout_count, keys_state, link0_status); in msm_hdmi_hdcp_wait_key_an_ready() 609 timeout_count--; in msm_hdmi_hdcp_wait_key_an_ready() 610 if (!timeout_count) { in msm_hdmi_hdcp_wait_key_an_ready() 620 timeout_count = 100; in msm_hdmi_hdcp_wait_key_an_ready() [all …]
|
D | hdmi_pll_8960.c | 256 int timeout_count, pll_lock_retry = 10; in hdmi_pll_enable() local 304 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-v5.4/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-v5.4/drivers/net/plip/ |
D | plip.c | 214 unsigned short timeout_count; member 413 nl->timeout_count++; in plip_bh_timeout_error() 414 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) || in plip_bh_timeout_error() 415 nl->timeout_count <= 3) { in plip_bh_timeout_error() 434 if (++nl->timeout_count <= 3) { in plip_bh_timeout_error() 802 nl->timeout_count = 0; in plip_send_packet() 943 nl->timeout_count = 0; in plip_interrupt() 994 nl->timeout_count = 0; in plip_tx_packet()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | smu_v11_0_i2c.c | 421 uint32_t timeout_count = 0; in smu_v11_0_i2c_activity_done() local 448 ++timeout_count; in smu_v11_0_i2c_activity_done() 450 } while (timeout_count < IDLE_TIMEOUT); in smu_v11_0_i2c_activity_done()
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_trace.h | 585 TP_PROTO(uint32_t drm_id, enum dpu_pingpong pp, int timeout_count, 587 TP_ARGS(drm_id, pp, timeout_count, kickoff_count, event), 591 __field( int, timeout_count ) 598 __entry->timeout_count = timeout_count; 603 __entry->drm_id, __entry->pp, __entry->timeout_count,
|
/Linux-v5.4/drivers/scsi/ |
D | gdth.h | 878 int timeout_count; /* # of timeout calls */ member
|
D | gdth.c | 3291 if (++cmndinfo->timeout_count < 6) in gdth_timed_out() 3400 cmndinfo->timeout_count = 0; in gdth_queuecommand_lck()
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_type.h | 312 u8 timeout_count; member
|