|
@@ -53,6 +53,7 @@ void msm_hdcp_register_cb(struct device *dev, void *ctx,
|
|
hdcp->cb = cb;
|
|
hdcp->cb = cb;
|
|
hdcp->client_ctx = ctx;
|
|
hdcp->client_ctx = ctx;
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(msm_hdcp_register_cb);
|
|
|
|
|
|
void msm_hdcp_notify_topology(struct device *dev)
|
|
void msm_hdcp_notify_topology(struct device *dev)
|
|
{
|
|
{
|
|
@@ -82,6 +83,7 @@ void msm_hdcp_notify_topology(struct device *dev)
|
|
|
|
|
|
kobject_uevent_env(&hdcp->device->kobj, KOBJ_CHANGE, envp);
|
|
kobject_uevent_env(&hdcp->device->kobj, KOBJ_CHANGE, envp);
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(msm_hdcp_notify_topology);
|
|
|
|
|
|
void msm_hdcp_cache_repeater_topology(struct device *dev,
|
|
void msm_hdcp_cache_repeater_topology(struct device *dev,
|
|
struct HDCP_V2V1_MSG_TOPOLOGY *tp)
|
|
struct HDCP_V2V1_MSG_TOPOLOGY *tp)
|
|
@@ -102,6 +104,7 @@ void msm_hdcp_cache_repeater_topology(struct device *dev,
|
|
memcpy(&hdcp->cached_tp, tp,
|
|
memcpy(&hdcp->cached_tp, tp,
|
|
sizeof(struct HDCP_V2V1_MSG_TOPOLOGY));
|
|
sizeof(struct HDCP_V2V1_MSG_TOPOLOGY));
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(msm_hdcp_cache_repeater_topology);
|
|
|
|
|
|
static ssize_t tp_show(struct device *dev, struct device_attribute *attr,
|
|
static ssize_t tp_show(struct device *dev, struct device_attribute *attr,
|
|
char *buf)
|
|
char *buf)
|