Lines Matching refs:drm_bridge
21 struct drm_bridge base;
26 void hdmi_bridge_destroy(struct drm_bridge *bridge) in hdmi_bridge_destroy()
30 static void power_on(struct drm_bridge *bridge) in power_on()
64 static void power_off(struct drm_bridge *bridge) in power_off()
89 static void hdmi_bridge_pre_enable(struct drm_bridge *bridge) in hdmi_bridge_pre_enable()
112 static void hdmi_bridge_enable(struct drm_bridge *bridge) in hdmi_bridge_enable()
116 static void hdmi_bridge_disable(struct drm_bridge *bridge) in hdmi_bridge_disable()
120 static void hdmi_bridge_post_disable(struct drm_bridge *bridge) in hdmi_bridge_post_disable()
142 static void hdmi_bridge_mode_set(struct drm_bridge *bridge, in hdmi_bridge_mode_set()
212 struct drm_bridge *hdmi_bridge_init(struct hdmi *hdmi) in hdmi_bridge_init()
214 struct drm_bridge *bridge = NULL; in hdmi_bridge_init()