Symbol: qcom_ice
drivers/mmc/host/sdhci-msm.c
1911
struct qcom_ice *ice;
drivers/mmc/host/sdhci-msm.c
289
struct qcom_ice *ice;
drivers/soc/qcom/ice.c
121
static bool qcom_ice_check_supported(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
194
static void qcom_ice_low_power_mode_enable(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
205
static void qcom_ice_optimization_enable(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
230
static int qcom_ice_wait_bist_status(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
259
static void qcom_ice_hwkm_init(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
304
int qcom_ice_enable(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
313
int qcom_ice_resume(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
334
int qcom_ice_suspend(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
344
static unsigned int translate_hwkm_slot(struct qcom_ice *ice, unsigned int slot)
drivers/soc/qcom/ice.c
349
static int qcom_ice_program_wrapped_key(struct qcom_ice *ice, unsigned int slot,
drivers/soc/qcom/ice.c
388
int qcom_ice_program_key(struct qcom_ice *ice, unsigned int slot,
drivers/soc/qcom/ice.c
435
int qcom_ice_evict_key(struct qcom_ice *ice, int slot)
drivers/soc/qcom/ice.c
451
enum blk_crypto_key_type qcom_ice_get_supported_key_type(struct qcom_ice *ice)
drivers/soc/qcom/ice.c
472
int qcom_ice_derive_sw_secret(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
494
int qcom_ice_generate_key(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
520
int qcom_ice_prepare_key(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
548
int qcom_ice_import_key(struct qcom_ice *ice,
drivers/soc/qcom/ice.c
563
static struct qcom_ice *qcom_ice_create(struct device *dev,
drivers/soc/qcom/ice.c
566
struct qcom_ice *engine;
drivers/soc/qcom/ice.c
625
static struct qcom_ice *of_qcom_ice_get(struct device *dev)
drivers/soc/qcom/ice.c
628
struct qcom_ice *ice;
drivers/soc/qcom/ice.c
690
static void qcom_ice_put(const struct qcom_ice *ice)
drivers/soc/qcom/ice.c
700
qcom_ice_put(*(struct qcom_ice **)res);
drivers/soc/qcom/ice.c
716
struct qcom_ice *devm_of_qcom_ice_get(struct device *dev)
drivers/soc/qcom/ice.c
718
struct qcom_ice *ice, **dr;
drivers/soc/qcom/ice.c
739
struct qcom_ice *engine;
drivers/ufs/host/ufs-qcom.c
173
struct qcom_ice *ice;
drivers/ufs/host/ufs-qcom.h
341
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);