Searched refs:amba_device_add (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/amba/
H A Dbus.c340 * amba_device_add - add a previously allocated AMBA device structure
348 int amba_device_add(struct amba_device *dev, struct resource *parent) amba_device_add() function
424 EXPORT_SYMBOL_GPL(amba_device_add); variable
446 ret = amba_device_add(dev, resbase); amba_aphb_device_add()
549 return amba_device_add(dev, parent); amba_device_register()
/linux-4.1.27/include/linux/amba/
H A Dbus.h71 int amba_device_add(struct amba_device *, struct resource *);
/linux-4.1.27/drivers/of/
H A Dplatform.c267 ret = amba_device_add(dev, &iomem_resource); of_amba_device_create()
269 pr_err("%s(): amba_device_add() failed (%d) for %s\n", of_amba_device_create()

Completed in 120 milliseconds