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

/linux-4.1.27/drivers/char/hw_random/
H A Dbcm63xx-rng.c32 #define to_rng_priv(rng) container_of(rng, struct bcm63xx_rng_priv, rng) macro
36 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); bcm63xx_rng_init()
53 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); bcm63xx_rng_cleanup()
65 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); bcm63xx_rng_data_present()
72 struct bcm63xx_rng_priv *priv = to_rng_priv(rng); bcm63xx_rng_data_read()
H A 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); iproc_rng200_read()
157 struct iproc_rng200_dev *priv = to_rng_priv(rng); iproc_rng200_init()
171 struct iproc_rng200_dev *priv = to_rng_priv(rng); iproc_rng200_cleanup()
H A Dtimeriomem-rng.c48 #define to_rng_priv(rng) \ macro
56 struct timeriomem_rng_private_data *priv = to_rng_priv(rng); timeriomem_rng_data_present()
68 struct timeriomem_rng_private_data *priv = to_rng_priv(rng); timeriomem_rng_data_read()

Completed in 72 milliseconds