Searched refs:amba_device_add (Results 1 – 4 of 4) sorted by relevance
94 ret = amba_device_add(dev, &iomem_resource); in amba_handler_attach() 96 dev_err(&adev->dev, "%s(): amba_device_add() failed (%d)\n", in amba_handler_attach()
550 * amba_device_add - add a previously allocated AMBA device structure558 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add() function 588 EXPORT_SYMBOL_GPL(amba_device_add);643 return amba_device_add(dev, parent); in amba_device_register()
142 int amba_device_add(struct amba_device *, struct resource *);
247 ret = amba_device_add(dev, &iomem_resource); in of_amba_device_create() 249 pr_err("amba_device_add() failed (%d) for %pOF\n", in of_amba_device_create()