Searched refs:qcom_ice (Results 1 – 3 of 3) sorted by relevance
12 struct qcom_ice;14 int qcom_ice_enable(struct qcom_ice *ice);15 int qcom_ice_resume(struct qcom_ice *ice);16 int qcom_ice_suspend(struct qcom_ice *ice);17 int qcom_ice_program_key(struct qcom_ice *ice, unsigned int slot,19 int qcom_ice_evict_key(struct qcom_ice *ice, int slot);20 enum blk_crypto_key_type qcom_ice_get_supported_key_type(struct qcom_ice *ice);21 int qcom_ice_derive_sw_secret(struct qcom_ice *ice,24 int qcom_ice_generate_key(struct qcom_ice *ice,26 int qcom_ice_prepare_key(struct qcom_ice *ice,[all …]
106 struct qcom_ice { struct116 static bool qcom_ice_check_supported(struct qcom_ice *ice) in qcom_ice_check_supported() argument189 static void qcom_ice_low_power_mode_enable(struct qcom_ice *ice) in qcom_ice_low_power_mode_enable()200 static void qcom_ice_optimization_enable(struct qcom_ice *ice) in qcom_ice_optimization_enable()225 static int qcom_ice_wait_bist_status(struct qcom_ice *ice) in qcom_ice_wait_bist_status()254 static void qcom_ice_hwkm_init(struct qcom_ice *ice) in qcom_ice_hwkm_init()299 int qcom_ice_enable(struct qcom_ice *ice) in qcom_ice_enable()308 int qcom_ice_resume(struct qcom_ice *ice) in qcom_ice_resume()324 int qcom_ice_suspend(struct qcom_ice *ice) in qcom_ice_suspend()333 static unsigned int translate_hwkm_slot(struct qcom_ice *ice, unsigned int slot) in translate_hwkm_slot()[all …]
172 struct qcom_ice *ice; in ufs_qcom_ice_init()