Searched refs:amba_dev (Results 1 – 2 of 2) sorted by relevance
236 static int pl111_amba_probe(struct amba_device *amba_dev, in pl111_amba_probe() argument239 struct device *dev = &amba_dev->dev; in pl111_amba_probe()252 amba_set_drvdata(amba_dev, drm); in pl111_amba_probe()278 priv->regs = devm_ioremap_resource(dev, &amba_dev->res); in pl111_amba_probe()295 ret = devm_request_irq(dev, amba_dev->irq[0], pl111_irq, 0, in pl111_amba_probe()321 static void pl111_amba_remove(struct amba_device *amba_dev) in pl111_amba_remove() argument323 struct device *dev = &amba_dev->dev; in pl111_amba_remove()324 struct drm_device *drm = amba_get_drvdata(amba_dev); in pl111_amba_remove()335 static void pl111_amba_shutdown(struct amba_device *amba_dev) in pl111_amba_shutdown() argument337 drm_atomic_helper_shutdown(amba_get_drvdata(amba_dev)); in pl111_amba_shutdown()
132 ATTRIBUTE_GROUPS(amba_dev);