Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/amba/
Dbus.c200 struct bus_type amba_bustype = { variable
208 EXPORT_SYMBOL_GPL(amba_bustype);
212 return bus_register(&amba_bustype); in amba_init()
320 drv->drv.bus = &amba_bustype; in amba_driver_register()
598 dev->dev.bus = &amba_bustype; in amba_device_initialize()
727 bus_for_each_dev(&amba_bustype, NULL, &data, amba_find_match); in amba_find_device()
/Linux-v4.19/arch/arm/mach-highbank/
Dhighbank.c161 bus_register_notifier(&amba_bustype, &highbank_amba_nb); in highbank_init()
/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c44 return bus_find_device(&amba_bustype, NULL, in of_coresight_get_endpoint_device()
/Linux-v4.19/include/linux/amba/
Dbus.h64 extern struct bus_type amba_bustype;
/Linux-v4.19/drivers/xen/
Darm-device.c194 return bus_register_notifier(&amba_bustype, &amba_device_nb); in register_xen_amba_notifier()
/Linux-v4.19/drivers/of/
Dplatform.c565 else if (dev->bus == &amba_bustype) in of_platform_device_destroy()
/Linux-v4.19/drivers/iommu/
Darm-smmu.c2030 if (!iommu_present(&amba_bustype)) in arm_smmu_bus_init()
2031 bus_set_iommu(&amba_bustype, &arm_smmu_ops); in arm_smmu_bus_init()
Darm-smmu-v3.c2883 if (amba_bustype.iommu_ops != &arm_smmu_ops) { in arm_smmu_device_probe()
2884 ret = bus_set_iommu(&amba_bustype, &arm_smmu_ops); in arm_smmu_device_probe()
Damd_iommu.c2765 err = bus_set_iommu(&amba_bustype, &amd_iommu_ops); in amd_iommu_init_api()