Searched defs:panfrost_device (Results 1 – 1 of 1) sorted by relevance
61 struct panfrost_device { struct62 struct device *dev;63 struct drm_device *ddev;64 struct platform_device *pdev;66 void __iomem *iomem;67 struct clk *clock;68 struct clk *bus_clock;69 struct regulator *regulator;70 struct reset_control *rstc;72 struct panfrost_features features;[all …]