Searched refs:amba_dev (Results 1 – 2 of 2) sorted by relevance
235 static int pl111_amba_probe(struct amba_device *amba_dev, in pl111_amba_probe() argument238 struct device *dev = &amba_dev->dev; in pl111_amba_probe()251 amba_set_drvdata(amba_dev, drm); in pl111_amba_probe()277 priv->regs = devm_ioremap_resource(dev, &amba_dev->res); in pl111_amba_probe()294 ret = devm_request_irq(dev, amba_dev->irq[0], pl111_irq, 0, in pl111_amba_probe()320 static void pl111_amba_remove(struct amba_device *amba_dev) in pl111_amba_remove() argument322 struct device *dev = &amba_dev->dev; in pl111_amba_remove()323 struct drm_device *drm = amba_get_drvdata(amba_dev); in pl111_amba_remove()334 static void pl111_amba_shutdown(struct amba_device *amba_dev) in pl111_amba_shutdown() argument336 drm_atomic_helper_shutdown(amba_get_drvdata(amba_dev)); in pl111_amba_shutdown()
132 ATTRIBUTE_GROUPS(amba_dev);
Completed in 9 milliseconds