Lines Matching defs:ice
52 static bool qcom_ice_check_supported(struct qcom_ice *ice) in qcom_ice_check_supported()
82 static void qcom_ice_low_power_mode_enable(struct qcom_ice *ice) in qcom_ice_low_power_mode_enable()
93 static void qcom_ice_optimization_enable(struct qcom_ice *ice) in qcom_ice_optimization_enable()
118 static int qcom_ice_wait_bist_status(struct qcom_ice *ice) in qcom_ice_wait_bist_status()
132 int qcom_ice_enable(struct qcom_ice *ice) in qcom_ice_enable()
141 int qcom_ice_resume(struct qcom_ice *ice) in qcom_ice_resume()
157 int qcom_ice_suspend(struct qcom_ice *ice) in qcom_ice_suspend()
165 int qcom_ice_program_key(struct qcom_ice *ice, in qcom_ice_program_key()
203 int qcom_ice_evict_key(struct qcom_ice *ice, int slot) in qcom_ice_evict_key()
268 struct qcom_ice *ice; in of_qcom_ice_get() local
327 static void qcom_ice_put(const struct qcom_ice *ice) in qcom_ice_put()
356 struct qcom_ice *ice, **dr; in devm_of_qcom_ice_get() local