Searched refs:qcom_scm_hdcp_req (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | qcom_scm.h | 24 struct qcom_scm_hdcp_req { struct 47 extern int qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, argument 80 static inline int qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, in qcom_scm_hdcp_req() function
|
/Linux-v4.19/drivers/firmware/ |
D | qcom_scm.c | 169 int qcom_scm_hdcp_req(struct qcom_scm_hdcp_req *req, u32 req_cnt, u32 *resp) in qcom_scm_hdcp_req() function 180 EXPORT_SYMBOL(qcom_scm_hdcp_req);
|
D | qcom_scm.h | 49 struct qcom_scm_hdcp_req *req, u32 req_cnt, u32 *resp);
|
D | qcom_scm-32.c | 448 int __qcom_scm_hdcp_req(struct device *dev, struct qcom_scm_hdcp_req *req, in __qcom_scm_hdcp_req()
|
D | qcom_scm-64.c | 223 int __qcom_scm_hdcp_req(struct device *dev, struct qcom_scm_hdcp_req *req, in __qcom_scm_hdcp_req()
|
/Linux-v4.19/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_hdcp.c | 169 struct qcom_scm_hdcp_req scm_buf[QCOM_SCM_HDCP_MAX_REQ_CNT]; in msm_hdmi_hdcp_scm_wr() 186 ret = qcom_scm_hdcp_req(scm_buf, i, &resp); in msm_hdmi_hdcp_scm_wr()
|