Searched defs:sahara_dev (Results 1 – 1 of 1) sorted by relevance
193 struct sahara_dev { struct194 struct device *device;195 unsigned int version;196 void __iomem *regs_base;197 struct clk *clk_ipg;198 struct clk *clk_ahb;199 spinlock_t queue_spinlock;200 struct task_struct *kthread;201 struct completion dma_completion;203 struct sahara_ctx *ctx;[all …]