Searched refs:timeout_loop (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_dp_core.c77 int timeout_loop = 0; exynos_dp_detect_hpd() local
80 timeout_loop++; exynos_dp_detect_hpd()
81 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { exynos_dp_detect_hpd()
763 int timeout_loop = 0; exynos_dp_config_video() local
776 timeout_loop++; exynos_dp_config_video()
779 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { exynos_dp_config_video()
799 timeout_loop = 0; exynos_dp_config_video()
802 timeout_loop++; exynos_dp_config_video()
810 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { exynos_dp_config_video()
H A Dexynos_dp_reg.c294 int timeout_loop = 0; exynos_dp_init_analog_func() local
310 timeout_loop++; exynos_dp_init_analog_func()
311 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { exynos_dp_init_analog_func()
445 int timeout_loop = 0; exynos_dp_start_aux_transaction() local
455 timeout_loop++; exynos_dp_start_aux_transaction()
456 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { exynos_dp_start_aux_transaction()

Completed in 86 milliseconds