Searched defs:panfrost_device (Results 1 – 1 of 1) sorted by relevance
100 struct panfrost_device { struct101 struct device *dev;102 struct drm_device *ddev;103 struct platform_device *pdev;104 int gpu_irq;105 int mmu_irq;107 void __iomem *iomem;108 struct clk *clock;109 struct clk *bus_clock;110 struct regulator_bulk_data *regulators;[all …]