Searched refs:amba_dev (Results 1 – 2 of 2) sorted by relevance
234 static int pl111_amba_probe(struct amba_device *amba_dev, in pl111_amba_probe() argument237 struct device *dev = &amba_dev->dev; in pl111_amba_probe()250 amba_set_drvdata(amba_dev, drm); in pl111_amba_probe()276 priv->regs = devm_ioremap_resource(dev, &amba_dev->res); in pl111_amba_probe()293 ret = devm_request_irq(dev, amba_dev->irq[0], pl111_irq, 0, in pl111_amba_probe()319 static void pl111_amba_remove(struct amba_device *amba_dev) in pl111_amba_remove() argument321 struct device *dev = &amba_dev->dev; in pl111_amba_remove()322 struct drm_device *drm = amba_get_drvdata(amba_dev); in pl111_amba_remove()333 static void pl111_amba_shutdown(struct amba_device *amba_dev) in pl111_amba_shutdown() argument335 drm_atomic_helper_shutdown(amba_get_drvdata(amba_dev)); in pl111_amba_shutdown()
132 ATTRIBUTE_GROUPS(amba_dev);