Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c69 int timeout_loop = 0; in analogix_dp_detect_hpd() local
71 while (timeout_loop < DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_detect_hpd()
75 timeout_loop++; in analogix_dp_detect_hpd()
798 int timeout_loop = 0; in analogix_dp_config_video() local
811 timeout_loop++; in analogix_dp_config_video()
814 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
836 timeout_loop = 0; in analogix_dp_config_video()
839 timeout_loop++; in analogix_dp_config_video()
847 if (timeout_loop > DP_TIMEOUT_LOOP_COUNT) { in analogix_dp_config_video()
1377 int timeout_loop = 0; in analogix_dp_bridge_atomic_enable() local
[all …]
Danalogix_dp_reg.c359 int timeout_loop = 0; in analogix_dp_init_analog_func() local
375 timeout_loop++; in analogix_dp_init_analog_func()
376 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { in analogix_dp_init_analog_func()
531 int timeout_loop = 0; in analogix_dp_start_aux_transaction() local
541 timeout_loop++; in analogix_dp_start_aux_transaction()
542 if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) { in analogix_dp_start_aux_transaction()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch7673 int timeout_loop = 0;
9674 - int timeout_loop = 0;
9693 - timeout_loop++;
9694 - if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) {
9867 - int timeout_loop = 0;
9877 - timeout_loop++;
9878 - if (DP_TIMEOUT_LOOP_COUNT < timeout_loop) {