Searched defs:cfe_device (Results 1 – 1 of 1) sorted by relevance
271 struct cfe_device { struct272 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;[all …]