Symbol: omap_rng_dev
drivers/char/hw_random/omap-rng.c
135
struct omap_rng_dev;
drivers/char/hw_random/omap-rng.c
147
u32 (*data_present)(struct omap_rng_dev *priv);
drivers/char/hw_random/omap-rng.c
148
int (*init)(struct omap_rng_dev *priv);
drivers/char/hw_random/omap-rng.c
149
void (*cleanup)(struct omap_rng_dev *priv);
drivers/char/hw_random/omap-rng.c
161
static inline u32 omap_rng_read(struct omap_rng_dev *priv, u16 reg)
drivers/char/hw_random/omap-rng.c
166
static inline void omap_rng_write(struct omap_rng_dev *priv, u16 reg,
drivers/char/hw_random/omap-rng.c
176
struct omap_rng_dev *priv;
drivers/char/hw_random/omap-rng.c
179
priv = (struct omap_rng_dev *)rng->priv;
drivers/char/hw_random/omap-rng.c
205
struct omap_rng_dev *priv;
drivers/char/hw_random/omap-rng.c
207
priv = (struct omap_rng_dev *)rng->priv;
drivers/char/hw_random/omap-rng.c
213
struct omap_rng_dev *priv;
drivers/char/hw_random/omap-rng.c
215
priv = (struct omap_rng_dev *)rng->priv;
drivers/char/hw_random/omap-rng.c
220
static inline u32 omap2_rng_data_present(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
225
static int omap2_rng_init(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
231
static void omap2_rng_cleanup(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
244
static inline u32 omap4_rng_data_present(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
249
static int eip76_rng_init(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
281
static int omap4_rng_init(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
306
static void omap4_rng_cleanup(struct omap_rng_dev *priv)
drivers/char/hw_random/omap-rng.c
317
struct omap_rng_dev *priv = dev_id;
drivers/char/hw_random/omap-rng.c
375
static int of_get_omap_rng_device_details(struct omap_rng_dev *priv,
drivers/char/hw_random/omap-rng.c
416
static int get_omap_rng_device_details(struct omap_rng_dev *omap_rng)
drivers/char/hw_random/omap-rng.c
425
struct omap_rng_dev *priv;
drivers/char/hw_random/omap-rng.c
429
priv = devm_kzalloc(dev, sizeof(struct omap_rng_dev), GFP_KERNEL);
drivers/char/hw_random/omap-rng.c
514
struct omap_rng_dev *priv = platform_get_drvdata(pdev);
drivers/char/hw_random/omap-rng.c
528
struct omap_rng_dev *priv = dev_get_drvdata(dev);
drivers/char/hw_random/omap-rng.c
538
struct omap_rng_dev *priv = dev_get_drvdata(dev);