Home
last modified time | relevance | path

Searched refs:crypto4xx_core_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_trng.h16 void ppc4xx_trng_probe(struct crypto4xx_core_device *core_dev);
17 void ppc4xx_trng_remove(struct crypto4xx_core_device *core_dev);
20 struct crypto4xx_core_device *dev __maybe_unused) { } in ppc4xx_trng_probe()
22 struct crypto4xx_core_device *dev __maybe_unused) { } in ppc4xx_trng_remove()
H A Dcrypto4xx_trng.c71 void ppc4xx_trng_probe(struct crypto4xx_core_device *core_dev) in ppc4xx_trng_probe()
117 void ppc4xx_trng_remove(struct crypto4xx_core_device *core_dev) in ppc4xx_trng_remove()
H A Dcrypto4xx_core.h75 struct crypto4xx_core_device *core_dev;
105 struct crypto4xx_core_device { struct
106 devicecrypto4xx_core_device global() argument
107 ofdevcrypto4xx_core_device global() argument
108 devcrypto4xx_core_device global() argument
109 trngcrypto4xx_core_device global() argument
110 int_statuscrypto4xx_core_device global() argument
111 irqcrypto4xx_core_device global() argument
112 taskletcrypto4xx_core_device global() argument
113 lockcrypto4xx_core_device global() argument
114 rng_lockcrypto4xx_core_device global() argument
H A Dcrypto4xx_core.c619 static void crypto4xx_stop_all(struct crypto4xx_core_device *core_dev) in crypto4xx_stop_all()
1032 struct crypto4xx_core_device *core_dev = dev_get_drvdata(dev); in crypto4xx_bh_tasklet_cb()
1061 struct crypto4xx_core_device *core_dev = dev_get_drvdata(dev); in crypto4xx_interrupt_handler()
1293 struct crypto4xx_core_device *core_dev; in crypto4xx_probe()
1329 &ofdev->dev, sizeof(struct crypto4xx_core_device), GFP_KERNEL); in crypto4xx_probe()
1418 struct crypto4xx_core_device *core_dev = dev_get_drvdata(dev); in crypto4xx_remove()