fsl_mc_bus_type   157 drivers/bus/fsl-mc/fsl-mc-bus.c struct bus_type fsl_mc_bus_type = {
fsl_mc_bus_type   164 drivers/bus/fsl-mc/fsl-mc-bus.c EXPORT_SYMBOL_GPL(fsl_mc_bus_type);
fsl_mc_bus_type   288 drivers/bus/fsl-mc/fsl-mc-bus.c 	mc_driver->driver.bus = &fsl_mc_bus_type;
fsl_mc_bus_type   593 drivers/bus/fsl-mc/fsl-mc-bus.c 	mc_dev->dev.bus = &fsl_mc_bus_type;
fsl_mc_bus_type   938 drivers/bus/fsl-mc/fsl-mc-bus.c 	error = bus_register(&fsl_mc_bus_type);
fsl_mc_bus_type   967 drivers/bus/fsl-mc/fsl-mc-bus.c 	bus_unregister(&fsl_mc_bus_type);
fsl_mc_bus_type  1999 drivers/iommu/arm-smmu.c 	if (!iommu_present(&fsl_mc_bus_type))
fsl_mc_bus_type  2000 drivers/iommu/arm-smmu.c 		bus_set_iommu(&fsl_mc_bus_type, &arm_smmu_ops);
fsl_mc_bus_type   349 include/linux/fsl/mc.h #define dev_is_fsl_mc(_dev) ((_dev)->bus == &fsl_mc_bus_type)
fsl_mc_bus_type   406 include/linux/fsl/mc.h extern struct bus_type fsl_mc_bus_type;