Home
last modified time | relevance | path

Searched refs:amba_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_drv.c234 static int pl111_amba_probe(struct amba_device *amba_dev, in pl111_amba_probe() argument
237 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() argument
321 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() argument
335 drm_atomic_helper_shutdown(amba_get_drvdata(amba_dev)); in pl111_amba_shutdown()
/openbmc/linux/drivers/amba/
H A Dbus.c131 ATTRIBUTE_GROUPS(amba_dev);