Searched refs:amba_device_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/arm/mach-ux500/ |
D | devices-common.c | 30 dev = amba_device_alloc(name, base, SZ_4K); in dbx500_add_amba_device()
|
/linux-3.4.99/arch/arm/mach-mxs/ |
D | devices.c | 80 struct amba_device *adev = amba_device_alloc(dev->dev.init_name, in mxs_add_amba_device()
|
/linux-3.4.99/include/linux/amba/ |
D | bus.h | 62 struct amba_device *amba_device_alloc(const char *, resource_size_t, size_t);
|
/linux-3.4.99/drivers/amba/ |
D | bus.c | 566 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc() function 581 EXPORT_SYMBOL_GPL(amba_device_alloc);
|
/linux-3.4.99/drivers/of/ |
D | platform.c | 256 dev = amba_device_alloc(NULL, 0, 0); in of_amba_device_create()
|
/linux-3.4.99/arch/arm/mach-integrator/ |
D | impd1.c | 404 d = amba_device_alloc(NULL, pc_base, SZ_4K); in impd1_probe()
|