Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/qcom/
H A Dice.h11 struct qcom_ice;
28 int qcom_ice_enable(struct qcom_ice *ice);
29 int qcom_ice_resume(struct qcom_ice *ice);
30 int qcom_ice_suspend(struct qcom_ice *ice);
31 int qcom_ice_program_key(struct qcom_ice *ice,
35 int qcom_ice_evict_key(struct qcom_ice *ice, int slot);
36 struct qcom_ice *of_qcom_ice_get(struct device *dev);
/openbmc/linux/drivers/soc/qcom/
H A Dice.c43 struct qcom_ice { struct
51 static bool qcom_ice_check_supported(struct qcom_ice *ice) in qcom_ice_check_supported() argument
131 int qcom_ice_enable(struct qcom_ice *ice) in qcom_ice_enable()
140 int qcom_ice_resume(struct qcom_ice *ice) in qcom_ice_resume()
156 int qcom_ice_suspend(struct qcom_ice *ice) in qcom_ice_suspend()
164 int qcom_ice_program_key(struct qcom_ice *ice, in qcom_ice_program_key()
202 int qcom_ice_evict_key(struct qcom_ice *ice, int slot) in qcom_ice_evict_key()
211 struct qcom_ice *engine; in qcom_ice_create()
264 struct qcom_ice *of_qcom_ice_get(struct device *dev) in of_qcom_ice_get()
267 struct qcom_ice *ice; in of_qcom_ice_get()
[all …]
H A DMakefile33 qcom_ice-objs += ice.o
34 obj-$(CONFIG_QCOM_INLINE_CRYPTO_ENGINE) += qcom_ice.o
/openbmc/linux/drivers/ufs/host/
H A Dufs-qcom.h213 struct qcom_ice *ice;
H A Dufs-qcom.c122 struct qcom_ice *ice; in ufs_qcom_ice_init()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-msm.c268 struct qcom_ice *ice;
1815 struct qcom_ice *ice; in sdhci_msm_ice_init()