Searched defs:atomisp_device (Results 1 – 1 of 1) sorted by relevance
181 struct atomisp_device { struct182 struct device *dev;183 struct v4l2_device v4l2_dev;184 struct media_device media_dev;185 struct atomisp_sub_device asd;186 struct v4l2_async_notifier notifier;187 struct atomisp_platform_data *pdata;188 void *mmu_l1_base;189 void __iomem *base;190 const struct firmware *firmware;[all …]