Lines Matching defs:hdmi_port
38 struct drm_bridge *hdmi_port;
399 if (lt->hdmi_port->ops & DRM_BRIDGE_OP_DETECT)
400 return drm_bridge_detect(lt->hdmi_port);
438 edid = drm_bridge_get_edid(lt->hdmi_port, connector);
532 if (lt->hdmi_port->ops & DRM_BRIDGE_OP_HPD) {
533 drm_bridge_hpd_enable(lt->hdmi_port, lt8912_bridge_hpd_cb, lt);
542 lt->hdmi_port->type);
561 ret = drm_bridge_attach(bridge->encoder, lt->hdmi_port, bridge,
597 if (lt->connector.dev && lt->hdmi_port->ops & DRM_BRIDGE_OP_HPD)
598 drm_bridge_hpd_disable(lt->hdmi_port);
606 if (lt->hdmi_port->ops & DRM_BRIDGE_OP_DETECT)
607 return drm_bridge_detect(lt->hdmi_port);
621 if (lt->hdmi_port->ops & DRM_BRIDGE_OP_EDID)
622 return drm_bridge_get_edid(lt->hdmi_port, connector);
675 lt->hdmi_port = of_drm_find_bridge(port_node);
676 if (!lt->hdmi_port) {