Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/qcom/
H A Dice.h30 int qcom_ice_suspend(struct qcom_ice *ice);
/openbmc/linux/drivers/soc/qcom/
H A Dice.c156 int qcom_ice_suspend(struct qcom_ice *ice) in qcom_ice_suspend() function
162 EXPORT_SYMBOL_GPL(qcom_ice_suspend);
/openbmc/linux/drivers/ufs/host/
H A Dufs-qcom.c150 return qcom_ice_suspend(host->ice); in ufs_qcom_ice_suspend()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-msm.c1852 return qcom_ice_suspend(msm_host->ice); in sdhci_msm_ice_suspend()