Searched defs:panfrost_device (Results 1 – 1 of 1) sorted by relevance
125 struct panfrost_device { struct126 struct device *dev;127 struct drm_device *ddev;128 struct platform_device *pdev;129 int gpu_irq;130 int mmu_irq;132 void __iomem *iomem;133 struct clk *clock;134 struct clk *bus_clock;135 struct regulator_bulk_data *regulators;[all …]