Lines Matching defs:cfe_device
271 struct cfe_device { struct
272 struct dentry *debugfs;
273 struct kref kref;
276 void __iomem *mipi_cfg_base;
278 struct clk *clk;
281 struct v4l2_device v4l2_dev;
282 struct media_device mdev;
283 struct media_pipeline pipe;
286 spinlock_t state_lock;
287 bool job_ready;
288 bool job_queued;
312 static inline bool is_fe_enabled(struct cfe_device *cfe) in is_fe_enabled() argument