Home
last modified time | relevance | path

Searched refs:amba_bustype (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/amba/
Dbus.c443 struct bus_type amba_bustype = { variable
455 EXPORT_SYMBOL_GPL(amba_bustype);
459 return bus_register(&amba_bustype); in amba_init()
513 drv->drv.bus = &amba_bustype; in amba_driver_register()
588 dev->dev.bus = &amba_bustype; in amba_device_initialize()
/linux-6.1.9/arch/arm/mach-highbank/
Dhighbank.c150 bus_register_notifier(&amba_bustype, &highbank_amba_nb); in highbank_init()
/linux-6.1.9/include/linux/amba/
Dbus.h108 extern struct bus_type amba_bustype;
/linux-6.1.9/drivers/xen/
Darm-device.c183 return bus_register_notifier(&amba_bustype, &amba_device_nb); in register_xen_amba_notifier()
/linux-6.1.9/drivers/of/
Dplatform.c621 else if (dev->bus == &amba_bustype) in of_platform_device_destroy()
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-platform.c56 return bus_find_device_by_fwnode(&amba_bustype, fwnode); in coresight_find_device_by_fwnode()
/linux-6.1.9/drivers/iommu/
Diommu.c118 &amba_bustype,