Lines Matching defs:dev

50 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()
354 static u32 crypto4xx_build_sdr(struct crypto4xx_device *dev) in crypto4xx_build_sdr()
380 static void crypto4xx_destroy_sdr(struct crypto4xx_device *dev) in crypto4xx_destroy_sdr()
398 static u32 crypto4xx_get_n_sd(struct crypto4xx_device *dev, int n) in crypto4xx_get_n_sd()
420 static u32 crypto4xx_put_sd_to_sdr(struct crypto4xx_device *dev) in crypto4xx_put_sd_to_sdr()
438 static inline struct ce_sd *crypto4xx_get_sdp(struct crypto4xx_device *dev, in crypto4xx_get_sdp()
446 static void crypto4xx_copy_pkt_to_dst(struct crypto4xx_device *dev, in crypto4xx_copy_pkt_to_dst()
500 static void crypto4xx_ret_sg_desc(struct crypto4xx_device *dev, in crypto4xx_ret_sg_desc()
519 static void crypto4xx_cipher_done(struct crypto4xx_device *dev, in crypto4xx_cipher_done()
552 static void crypto4xx_ahash_done(struct crypto4xx_device *dev, in crypto4xx_ahash_done()
569 static void crypto4xx_aead_done(struct crypto4xx_device *dev, in crypto4xx_aead_done()
633 static void crypto4xx_pd_done(struct crypto4xx_device *dev, u32 idx) in crypto4xx_pd_done()
688 struct crypto4xx_device *dev = ctx->dev; in crypto4xx_build_pd() local
1075 struct device *dev = (struct device *)data; in crypto4xx_bh_tasklet_cb() local
1104 struct device *dev = data; in crypto4xx_interrupt_handler() local
1124 static int ppc4xx_prng_data_read(struct crypto4xx_device *dev, in ppc4xx_prng_data_read()
1168 struct crypto4xx_device *dev; in crypto4xx_prng_generate() local
1377 struct device *dev = &ofdev->dev; in crypto4xx_probe() local
1512 struct device *dev = &ofdev->dev; in crypto4xx_remove() local