Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c227 const unsigned int detection_threshold = 7; in tx_5v_power_present() local
236 if (cnt >= detection_threshold) in tx_5v_power_present()
240 ret = (cnt >= detection_threshold) ? true : false; in tx_5v_power_present()