Searched refs:timeout_count (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c362 u32 timeout_count; local
369 timeout_count = 100;
382 timeout_count--;
383 if (!timeout_count) {
595 u32 timeout_count; local
599 timeout_count = 100;
607 timeout_count, keys_state, link0_status);
609 timeout_count--;
610 if (!timeout_count) {
620 timeout_count
936 u32 timeout_count; local
1062 u32 timeout_count; local
1182 u32 timeout_count; local
1213 u32 timeout_count = 100; local
[all...]
H A Dhdmi_pll_8960.c256 int timeout_count, pll_lock_retry = 10; local
304 timeout_count = 1000;
313 if (--timeout_count > 0)
331 timeout_count = 1000;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_init.c403 uint32_t timeout_count; local
407 for (timeout_count = ADAPTER_INIT_TOV; timeout_count > 0;
408 timeout_count--) {
454 if (timeout_count <= (ADAPTER_INIT_TOV - 15)) {
477 timeout_count == 1) {
515 timeout_count));
518 (timeout_count < ADAPTER_INIT_TOV - 5)) {
525 if (timeout_count <= 0)
/linux-master/drivers/net/plip/
H A Dplip.c216 unsigned short timeout_count; member in struct:net_local
419 nl->timeout_count++;
420 if ((error == HS_TIMEOUT && nl->timeout_count <= 10) ||
421 nl->timeout_count <= 3) {
440 if (++nl->timeout_count <= 3) {
809 nl->timeout_count = 0;
951 nl->timeout_count = 0;
1002 nl->timeout_count = 0;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v11_0_i2c.c464 uint32_t timeout_count = 0; local
490 ++timeout_count;
492 } while (timeout_count < IDLE_TIMEOUT);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h580 TP_PROTO(uint32_t drm_id, enum dpu_pingpong pp, int timeout_count,
582 TP_ARGS(drm_id, pp, timeout_count, kickoff_count, event),
586 __field( int, timeout_count )
593 __entry->timeout_count = timeout_count;
597 TP_printk("id=%u, pp=%d, timeout_count=%d, kickoff_count=%d, event=%u",
598 __entry->drm_id, __entry->pp, __entry->timeout_count,
/linux-master/drivers/infiniband/hw/irdma/
H A Dtype.h379 u8 timeout_count; member in struct:irdma_sc_cqp

Completed in 148 milliseconds