Lines Matching defs:sun8i_ce_dev
216 struct sun8i_ce_dev { struct
217 void __iomem *base;
218 struct clk *ceclks[CE_MAX_CLOCKS];
219 struct reset_control *reset;
220 struct device *dev;
221 struct mutex mlock;
222 struct mutex rnglock;
223 struct sun8i_ce_flow *chanlist;
224 atomic_t flow;
225 const struct ce_variant *variant;
227 struct dentry *dbgfs_dir;
228 struct dentry *dbgfs_stats;
231 struct hwrng trng;
233 unsigned long hwrng_stat_req;
234 unsigned long hwrng_stat_bytes;