Lines Matching refs:crypto4xx_device

46 static void crypto4xx_hw_init(struct crypto4xx_device *dev)  in crypto4xx_hw_init()
185 static u32 crypto4xx_build_pdr(struct crypto4xx_device *dev) in crypto4xx_build_pdr()
235 static void crypto4xx_destroy_pdr(struct crypto4xx_device *dev) in crypto4xx_destroy_pdr()
252 static u32 crypto4xx_get_pd_from_pdr_nolock(struct crypto4xx_device *dev) in crypto4xx_get_pd_from_pdr_nolock()
268 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr()
286 static struct ce_pd *crypto4xx_get_pdp(struct crypto4xx_device *dev, in crypto4xx_get_pdp()
299 static u32 crypto4xx_build_gdr(struct crypto4xx_device *dev) in crypto4xx_build_gdr()
312 static inline void crypto4xx_destroy_gdr(struct crypto4xx_device *dev) in crypto4xx_destroy_gdr()
323 u32 crypto4xx_get_n_gd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_gd()
344 static u32 crypto4xx_put_gd_to_gdr(struct crypto4xx_device *dev) in crypto4xx_put_gd_to_gdr()
364 static inline struct ce_gd *crypto4xx_get_gdp(struct crypto4xx_device *dev, in crypto4xx_get_gdp()
377 static u32 crypto4xx_build_sdr(struct crypto4xx_device *dev) in crypto4xx_build_sdr()
411 static void crypto4xx_destroy_sdr(struct crypto4xx_device *dev) in crypto4xx_destroy_sdr()
429 static u32 crypto4xx_get_n_sd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_sd()
451 static u32 crypto4xx_put_sd_to_sdr(struct crypto4xx_device *dev) in crypto4xx_put_sd_to_sdr()
469 static inline struct ce_sd *crypto4xx_get_sdp(struct crypto4xx_device *dev, in crypto4xx_get_sdp()
477 static u32 crypto4xx_fill_one_page(struct crypto4xx_device *dev, in crypto4xx_fill_one_page()
533 static void crypto4xx_copy_pkt_to_dst(struct crypto4xx_device *dev, in crypto4xx_copy_pkt_to_dst()
601 static void crypto4xx_ret_sg_desc(struct crypto4xx_device *dev, in crypto4xx_ret_sg_desc()
620 static u32 crypto4xx_ablkcipher_done(struct crypto4xx_device *dev, in crypto4xx_ablkcipher_done()
647 static u32 crypto4xx_ahash_done(struct crypto4xx_device *dev, in crypto4xx_ahash_done()
666 static u32 crypto4xx_pd_done(struct crypto4xx_device *dev, u32 idx) in crypto4xx_pd_done()
727 void crypto4xx_return_pd(struct crypto4xx_device *dev, in crypto4xx_return_pd()
781 struct crypto4xx_device *dev = ctx->dev; in crypto4xx_build_pd()
1021 int crypto4xx_register_alg(struct crypto4xx_device *sec_dev, in crypto4xx_register_alg()
1058 static void crypto4xx_unregister_alg(struct crypto4xx_device *sec_dev) in crypto4xx_unregister_alg()
1192 core_dev->dev = kzalloc(sizeof(struct crypto4xx_device), GFP_KERNEL); in crypto4xx_probe()