Searched refs:timeout_count (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/msm/hdmi/ |
H A 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 …]
|
H A 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/drivers/watchdog/ |
H A D | xilinx_wwdt.c | 141 u64 timeout_count; in xwwdt_probe() local 183 timeout_count = timeout_ms * ms_count; in xwwdt_probe() 196 xdev->closed_timeout = div64_u64(timeout_count * xdev->close_percent, 100); in xwwdt_probe() 218 xdev->open_timeout = timeout_count - xdev->closed_timeout; in xwwdt_probe()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_init.c | 403 uint32_t timeout_count; in qla4xxx_fw_ready() local 407 for (timeout_count = ADAPTER_INIT_TOV; timeout_count > 0; in qla4xxx_fw_ready() 408 timeout_count--) { in qla4xxx_fw_ready() 454 if (timeout_count <= (ADAPTER_INIT_TOV - 15)) { in qla4xxx_fw_ready() 477 timeout_count == 1) { in qla4xxx_fw_ready() 515 timeout_count)); in qla4xxx_fw_ready() 518 (timeout_count < ADAPTER_INIT_TOV - 5)) { in qla4xxx_fw_ready() 525 if (timeout_count <= 0) in qla4xxx_fw_ready()
|
/linux/drivers/net/plip/ |
H A D | plip.c | 216 unsigned short timeout_count; member 419 nl->timeout_count++; in plip_bh_timeout_error() 420 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) || in plip_bh_timeout_error() 421 nl->timeout_count <= 3) { in plip_bh_timeout_error() 440 if (++nl->timeout_count <= 3) { in plip_bh_timeout_error() 809 nl->timeout_count = 0; in plip_send_packet() 951 nl->timeout_count = 0; in plip_interrupt() 1002 nl->timeout_count = 0; in plip_tx_packet()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 576 TP_PROTO(uint32_t drm_id, enum dpu_pingpong pp, int timeout_count, 578 TP_ARGS(drm_id, pp, timeout_count, kickoff_count, event), 582 __field( int, timeout_count ) 589 __entry->timeout_count = timeout_count; 594 __entry->drm_id, __entry->pp, __entry->timeout_count,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | smu_v11_0_i2c.c | 464 uint32_t timeout_count = 0; in smu_v11_0_i2c_activity_done() local 490 ++timeout_count; in smu_v11_0_i2c_activity_done() 492 } while (timeout_count < IDLE_TIMEOUT); in smu_v11_0_i2c_activity_done()
|
/linux/drivers/infiniband/hw/irdma/ |
H A D | type.h | 379 u8 timeout_count; member
|