Home
last modified time | relevance | path

Searched refs:qcom_ice_evict_key (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/soc/qcom/
H A Dice.h35 int qcom_ice_evict_key(struct qcom_ice *ice, int slot);
/openbmc/linux/drivers/soc/qcom/
H A Dice.c202 int qcom_ice_evict_key(struct qcom_ice *ice, int slot) in qcom_ice_evict_key() function
206 EXPORT_SYMBOL_GPL(qcom_ice_evict_key);
/openbmc/linux/drivers/ufs/host/
H A Dufs-qcom.c177 return qcom_ice_evict_key(host->ice, slot); in ufs_qcom_ice_program_key()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-msm.c1883 return qcom_ice_evict_key(msm_host->ice, slot); in sdhci_msm_program_key()