Searched defs:atomisp_device (Results 1 – 1 of 1) sorted by relevance
167 struct atomisp_device { struct168 struct device *dev;169 struct v4l2_device v4l2_dev;170 struct media_device media_dev;171 struct atomisp_sub_device asd;172 struct v4l2_async_notifier notifier;173 void *mmu_l1_base;174 void __iomem *base;175 const struct firmware *firmware;177 struct dev_pm_domain pm_domain;[all …]