Searched refs:amba_dev (Results 1 – 2 of 2) sorted by relevance
242 static int pl111_amba_probe(struct amba_device *amba_dev, in pl111_amba_probe() argument245 struct device *dev = &amba_dev->dev; in pl111_amba_probe()258 amba_set_drvdata(amba_dev, drm); in pl111_amba_probe()284 priv->regs = devm_ioremap_resource(dev, &amba_dev->res); in pl111_amba_probe()301 ret = devm_request_irq(dev, amba_dev->irq[0], pl111_irq, 0, in pl111_amba_probe()327 static void pl111_amba_remove(struct amba_device *amba_dev) in pl111_amba_remove() argument329 struct device *dev = &amba_dev->dev; in pl111_amba_remove()330 struct drm_device *drm = amba_get_drvdata(amba_dev); in pl111_amba_remove()
153 ATTRIBUTE_GROUPS(amba_dev);