Searched defs:atomisp_device (Results 1 – 1 of 1) sorted by relevance
172 struct atomisp_device { struct173 struct device *dev;174 struct v4l2_device v4l2_dev;175 struct media_device media_dev;176 struct atomisp_sub_device asd;177 struct v4l2_async_notifier notifier;178 void *mmu_l1_base;179 void __iomem *base;180 const struct firmware *firmware;182 struct dev_pm_domain pm_domain;[all …]