Home
last modified time | relevance | path

Searched refs:timeout_loop (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Danalogix_dp.c778 int timeout_loop = 0; in analogix_dp_config_video() local
791 timeout_loop++; in analogix_dp_config_video()
794 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
817 timeout_loop = 0; in analogix_dp_config_video()
820 timeout_loop++; in analogix_dp_config_video()
828 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
H A Danalogix_dp_reg.c524 int timeout_loop = 0; in analogix_dp_start_aux_transaction() local
534 timeout_loop++; in analogix_dp_start_aux_transaction()
535 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { in analogix_dp_start_aux_transaction()
/rk3399_rockchip-uboot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c413 int timeout_loop = DP_TIMEOUT_LOOP_COUNT; in exynos_dp_detect_hpd() local
418 if (timeout_loop == 0) in exynos_dp_detect_hpd()
421 timeout_loop--; in exynos_dp_detect_hpd()