Home
last modified time | relevance | path

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

/drivers/char/hw_random/
Dbcm63xx-rng.c33 #define to_rng_priv(rng) container_of(rng, struct bcm63xx_rng_priv, rng) macro
37 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); in bcm63xx_rng_init()
54 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); in bcm63xx_rng_cleanup()
66 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); in bcm63xx_rng_data_present()
73 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); in bcm63xx_rng_data_read()
Diproc-rng200.c55 #define to_rng_priv(rng) container_of(rng, struct iproc_rng200_dev, rng) macro
97 struct iproc_rng200_dev *priv = to_rng_priv(rng); in iproc_rng200_read()
157 struct iproc_rng200_dev *priv = to_rng_priv(rng); in iproc_rng200_init()
171 struct iproc_rng200_dev *priv = to_rng_priv(rng); in iproc_rng200_cleanup()
Dtimeriomem-rng.c48 #define to_rng_priv(rng) \ macro
56 struct timeriomem_rng_private_data *priv = to_rng_priv(rng); in timeriomem_rng_data_present()
68 struct timeriomem_rng_private_data *priv = to_rng_priv(rng); in timeriomem_rng_data_read()