Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/amba/
Dbus.c435 dev = amba_device_alloc(name, base, size); in amba_aphb_device_add()
518 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc() function
533 EXPORT_SYMBOL_GPL(amba_device_alloc);
/linux-4.4.14/include/linux/amba/
Dbus.h67 struct amba_device *amba_device_alloc(const char *, resource_size_t, size_t);
/linux-4.4.14/drivers/of/
Dplatform.c235 dev = amba_device_alloc(NULL, 0, 0); in of_amba_device_create()