Searched full:qce (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/crypto/qce/ |
| H A D | core.c | 43 struct qce_device *qce = data; in qce_unregister_algs() local 48 ops->unregister_algs(qce); in qce_unregister_algs() 52 static int devm_qce_register_algs(struct qce_device *qce) in devm_qce_register_algs() argument 59 ret = ops->register_algs(qce); in devm_qce_register_algs() 62 ops->unregister_algs(qce); in devm_qce_register_algs() 67 return devm_add_action_or_reset(qce->dev, qce_unregister_algs, qce); in devm_qce_register_algs() 87 static int qce_handle_queue(struct qce_device *qce, in qce_handle_queue() argument 93 scoped_guard(mutex, &qce->lock) { in qce_handle_queue() 95 ret = crypto_enqueue_request(&qce->queue, req); in qce_handle_queue() 98 if (qce->req) in qce_handle_queue() [all …]
|
| H A D | common.h | 94 struct qce_device *qce; member 100 int qce_check_status(struct qce_device *qce, u32 *status); 101 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step);
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| H A D | qcom-qce.yaml | 4 $id: http://devicetree.org/schemas/crypto/qcom-qce.yaml# 14 This document defines the binding for the QCE crypto 30 - qcom,ipq4019-qce 31 - qcom,sm8150-qce 32 - const: qcom,qce 36 - qcom,ipq6018-qce 37 - qcom,ipq8074-qce 38 - qcom,ipq9574-qce 39 - qcom,msm8996-qce 40 - qcom,qcm2290-qce [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | agatti.dtsi | 878 compatible = "qcom,qcm2290-qce", "qcom,ipq4019-qce", "qcom,qce";
|
| H A D | monaco.dtsi | 2744 compatible = "qcom,qcs8300-qce", "qcom,sm8150-qce", "qcom,qce";
|
| H A D | hamoa.dtsi | 4014 compatible = "qcom,x1e80100-qce", "qcom,sm8150-qce", "qcom,qce";
|
| /linux/ |
| H A D | MAINTAINERS | 21910 F: Documentation/devicetree/bindings/crypto/qcom-qce.yaml 21911 F: drivers/crypto/qce/
|