Lines Matching defs:qcom_ice
43 struct qcom_ice {
51 static bool qcom_ice_check_supported(struct qcom_ice *ice)
81 static void qcom_ice_low_power_mode_enable(struct qcom_ice *ice)
92 static void qcom_ice_optimization_enable(struct qcom_ice *ice)
117 static int qcom_ice_wait_bist_status(struct qcom_ice *ice)
131 int qcom_ice_enable(struct qcom_ice *ice)
140 int qcom_ice_resume(struct qcom_ice *ice)
156 int qcom_ice_suspend(struct qcom_ice *ice)
164 int qcom_ice_program_key(struct qcom_ice *ice,
202 int qcom_ice_evict_key(struct qcom_ice *ice, int slot)
208 static struct qcom_ice *qcom_ice_create(struct device *dev,
211 struct qcom_ice *engine;
264 struct qcom_ice *of_qcom_ice_get(struct device *dev)
267 struct qcom_ice *ice;
333 struct qcom_ice *engine;