Home
last modified time | relevance | path

Searched refs:amba_device_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/arm/mach-ux500/
Ddevices-common.c30 dev = amba_device_alloc(name, base, SZ_4K); in dbx500_add_amba_device()
/linux-3.4.99/arch/arm/mach-mxs/
Ddevices.c80 struct amba_device *adev = amba_device_alloc(dev->dev.init_name, in mxs_add_amba_device()
/linux-3.4.99/include/linux/amba/
Dbus.h62 struct amba_device *amba_device_alloc(const char *, resource_size_t, size_t);
/linux-3.4.99/drivers/amba/
Dbus.c566 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/
Dplatform.c256 dev = amba_device_alloc(NULL, 0, 0); in of_amba_device_create()
/linux-3.4.99/arch/arm/mach-integrator/
Dimpd1.c404 d = amba_device_alloc(NULL, pc_base, SZ_4K); in impd1_probe()