Home
last modified time | relevance | path

Searched refs:qcom_scm_hdcp_req (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dqcom_scm.h21 struct qcom_scm_hdcp_req { struct
29 extern int qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, argument
/linux-4.4.14/drivers/firmware/
Dqcom_scm.c92 int qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, u32 *resp) in qcom_scm_hdcp_req() function
96 EXPORT_SYMBOL(qcom_scm_hdcp_req);
Dqcom_scm-64.c60 int __qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, u32 *resp) in __qcom_scm_hdcp_req()
Dqcom_scm.h36 extern int __qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt,
Dqcom_scm-32.c494 int __qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, u32 *resp) in __qcom_scm_hdcp_req()
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_hdcp.c169 struct qcom_scm_hdcp_req scm_buf[QCOM_SCM_HDCP_MAX_REQ_CNT]; in hdmi_hdcp_scm_wr()
186 ret = qcom_scm_hdcp_req(scm_buf, i, &resp); in hdmi_hdcp_scm_wr()