Home
last modified time | relevance | path

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

/Linux-v6.6/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.h47 struct crypto4xx_device;
57 struct crypto4xx_device *dev;
75 struct crypto4xx_device { struct
109 struct crypto4xx_device *dev; argument
119 struct crypto4xx_device *dev;
147 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()
299 static u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
321 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
341 static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *dev, in crypto4xx_get_gdp()
[all …]