Searched refs:hpd_disable (Results 1 – 4 of 4) sorted by relevance
98 .hpd_disable = tpd12s015_hpd_disable,
631 void (*hpd_disable)(struct drm_bridge *bridge); member
1166 if (bridge->funcs->hpd_disable) in drm_bridge_hpd_disable()1167 bridge->funcs->hpd_disable(bridge); in drm_bridge_hpd_disable()
2148 .hpd_disable = cdns_mhdp_bridge_hpd_disable,