Symbol: qcom_ice
drivers/mmc/host/sdhci-msm.c
1899
struct qcom_ice *ice;
drivers/mmc/host/sdhci-msm.c
278
struct qcom_ice *ice;
drivers/soc/qcom/ice.c
116
static bool qcom_ice_check_supported(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
189
static void qcom_ice_low_power_mode_enable(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
200
static void qcom_ice_optimization_enable(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
225
static int qcom_ice_wait_bist_status(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
254
static void qcom_ice_hwkm_init(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
299
int qcom_ice_enable(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
308
int qcom_ice_resume(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
324
int qcom_ice_suspend(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
333
static unsigned int translate_hwkm_slot(struct qcom_ice *ice, unsigned int slot)
drivers/soc/qcom/ice.c
338
static int qcom_ice_program_wrapped_key(struct qcom_ice *ice, unsigned int slot,
drivers/soc/qcom/ice.c
377
int qcom_ice_program_key(struct qcom_ice *ice, unsigned int slot,
drivers/soc/qcom/ice.c
424
int qcom_ice_evict_key(struct qcom_ice *ice, int slot)
drivers/soc/qcom/ice.c
440
enum blk_crypto_key_type qcom_ice_get_supported_key_type(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
461
int qcom_ice_derive_sw_secret(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
483
int qcom_ice_generate_key(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
509
int qcom_ice_prepare_key(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
537
int qcom_ice_import_key(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
552
static struct qcom_ice *qcom_ice_create(struct device *dev,
drivers/soc/qcom/ice.c
555
struct qcom_ice *engine;
drivers/soc/qcom/ice.c
608
static struct qcom_ice *of_qcom_ice_get(struct device *dev)
drivers/soc/qcom/ice.c
611
struct qcom_ice *ice;
drivers/soc/qcom/ice.c
670
static void qcom_ice_put(const struct qcom_ice *ice)
drivers/soc/qcom/ice.c
680
qcom_ice_put(*(struct qcom_ice **)res);
drivers/soc/qcom/ice.c
697
struct qcom_ice *devm_of_qcom_ice_get(struct device *dev)
drivers/soc/qcom/ice.c
699
struct qcom_ice *ice, **dr;
drivers/soc/qcom/ice.c
719
struct qcom_ice *engine;
drivers/ufs/host/ufs-qcom.c
173
struct qcom_ice *ice;
drivers/ufs/host/ufs-qcom.h
290
struct qcom_ice *ice;
include/soc/qcom/ice.h
12
struct qcom_ice;
include/soc/qcom/ice.h
14
int qcom_ice_enable(struct qcom_ice *ice);
include/soc/qcom/ice.h
15
int qcom_ice_resume(struct qcom_ice *ice);
include/soc/qcom/ice.h
16
int qcom_ice_suspend(struct qcom_ice *ice);
include/soc/qcom/ice.h
17
int qcom_ice_program_key(struct qcom_ice *ice, unsigned int slot,
include/soc/qcom/ice.h
19
int qcom_ice_evict_key(struct qcom_ice *ice, int slot);
include/soc/qcom/ice.h
20
enum blk_crypto_key_type qcom_ice_get_supported_key_type(struct qcom_ice *ice);
include/soc/qcom/ice.h
21
int qcom_ice_derive_sw_secret(struct qcom_ice *ice,
include/soc/qcom/ice.h
24
int qcom_ice_generate_key(struct qcom_ice *ice,
include/soc/qcom/ice.h
26
int qcom_ice_prepare_key(struct qcom_ice *ice,
include/soc/qcom/ice.h
29
int qcom_ice_import_key(struct qcom_ice *ice,
include/soc/qcom/ice.h
32
struct qcom_ice *devm_of_qcom_ice_get(struct device *dev);