Lines Matching defs:sun8i_ce_dev
221 struct sun8i_ce_dev { struct
222 void __iomem *base;
223 struct clk *ceclks[CE_MAX_CLOCKS];
224 struct reset_control *reset;
225 struct device *dev;
226 struct mutex mlock;
227 struct mutex rnglock;
228 struct sun8i_ce_flow *chanlist;
229 atomic_t flow;
230 const struct ce_variant *variant;
232 struct dentry *dbgfs_dir;
233 struct dentry *dbgfs_stats;
236 struct hwrng trng;
238 unsigned long hwrng_stat_req;
239 unsigned long hwrng_stat_bytes;