Lines Matching defs:ice
21 #include <soc/qcom/ice.h>
277 struct qcom_ice *ice;
1881 struct qcom_ice *ice;
1890 ice = devm_of_qcom_ice_get(dev);
1891 if (ice == ERR_PTR(-EOPNOTSUPP)) {
1893 ice = NULL;
1896 if (IS_ERR_OR_NULL(ice))
1897 return PTR_ERR_OR_ZERO(ice);
1899 if (qcom_ice_get_supported_key_type(ice) != BLK_CRYPTO_KEY_TYPE_RAW) {
1904 msm_host->ice = ice;
1943 qcom_ice_enable(msm_host->ice);
1949 return qcom_ice_resume(msm_host->ice);
1957 return qcom_ice_suspend(msm_host->ice);
1984 return qcom_ice_program_key(msm_host->ice, slot, key);
1994 return qcom_ice_evict_key(msm_host->ice, slot);