Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hpd.c185 enum drm_connector_status stat_gpio, stat_reg; in msm_hdmi_bridge_detect() local
196 stat_gpio = detect_gpio(hdmi); in msm_hdmi_bridge_detect()
199 if (stat_gpio == stat_reg) in msm_hdmi_bridge_detect()
209 if (stat_gpio != stat_reg) { in msm_hdmi_bridge_detect()
211 DBG("hpd gpio tells us: %d", stat_gpio); in msm_hdmi_bridge_detect()
214 return stat_gpio; in msm_hdmi_bridge_detect()