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