Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/amba/
Dbus.c531 dev = amba_device_alloc(name, base, size); in amba_aphb_device_add()
614 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc() function
629 EXPORT_SYMBOL_GPL(amba_device_alloc);
/linux-4.19.296/include/linux/amba/
Dbus.h73 struct amba_device *amba_device_alloc(const char *, resource_size_t, size_t);
/linux-4.19.296/drivers/of/
Dplatform.c240 dev = amba_device_alloc(NULL, 0, 0); in of_amba_device_create()