Lines Matching defs:connector
2012 if (!ctx->connector) {
2013 /* Pass en empty ELD if connector not available */
2017 memcpy(buf, ctx->connector->eld,
2018 min(sizeof(ctx->connector->eld), len));
2132 if (!ctx->connector) {
2133 dev_err(dev, "HDCP connector is null!");
2137 drm_dev = ctx->connector->dev;
2145 drm_hdcp_update_content_protection(ctx->connector,
2184 drm_hdcp_update_content_protection(ctx->connector,
2446 struct drm_connector *connector;
2455 connector = drm_atomic_get_new_connector_for_encoder(state->base.state,
2457 if (!connector)
2460 ctx->connector = connector;
2476 ctx->connector = NULL;
2496 struct drm_connector *connector)