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()
107 static void hdmi_bridge_enable(struct drm_bridge *bridge) in hdmi_bridge_enable()
111 static void hdmi_bridge_disable(struct drm_bridge *bridge) in hdmi_bridge_disable()
115 static void hdmi_bridge_post_disable(struct drm_bridge *bridge) in hdmi_bridge_post_disable()
132 static void hdmi_bridge_mode_set(struct drm_bridge *bridge, in hdmi_bridge_mode_set()
204 struct drm_bridge *hdmi_bridge_init(struct hdmi *hdmi) in hdmi_bridge_init()
206 struct drm_bridge *bridge = NULL; in hdmi_bridge_init()