Home
last modified time | relevance | path

Searched refs:crypto4xx_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_trng.c30 struct crypto4xx_device *dev = (void *)rng->priv; in ppc4xx_trng_data_present()
47 struct crypto4xx_device *dev = (void *)rng->priv; in ppc4xx_trng_data_read()
52 static void ppc4xx_trng_enable(struct crypto4xx_device *dev, bool enable) in ppc4xx_trng_enable()
73 struct crypto4xx_device *dev = core_dev->dev; in ppc4xx_trng_probe()
120 struct crypto4xx_device *dev = core_dev->dev; in ppc4xx_trng_remove()
Dcrypto4xx_core.h46 struct crypto4xx_device;
56 struct crypto4xx_device *dev;
74 struct crypto4xx_device { struct
108 struct crypto4xx_device *dev; argument
118 struct crypto4xx_device *dev;
146 struct crypto4xx_device *dev;
Dcrypto4xx_core.c50 static void crypto4xx_hw_init(struct crypto4xx_device *dev) in crypto4xx_hw_init()
167 static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev) in crypto4xx_build_pdr()
216 static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev) in crypto4xx_destroy_pdr()
236 static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev) in crypto4xx_get_pd_from_pdr_nolock()
252 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr()
276 static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev) in crypto4xx_build_gdr()
287 static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev) in crypto4xx_destroy_gdr()
298 static u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
320 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
340 static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *dev, in crypto4xx_get_gdp()
[all …]