platform_bus_type   36 arch/arm/mach-davinci/pm_domain.c 	pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier);
platform_bus_type  149 arch/arm/mach-highbank/highbank.c 	bus_register_notifier(&platform_bus_type, &highbank_platform_nb);
platform_bus_type   57 arch/arm/mach-keystone/keystone.c 		bus_register_notifier(&platform_bus_type, &platform_nb);
platform_bus_type   47 arch/arm/mach-keystone/pm_domain.c 	pm_clk_add_notifier(&platform_bus_type, &platform_domain_notifier);
platform_bus_type  288 arch/arm/mach-mvebu/coherency.c 		bus_register_notifier(&platform_bus_type,
platform_bus_type   41 arch/arm/mach-omap1/pm_bus.c 	pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier);
platform_bus_type  827 arch/arm/mach-omap2/omap_device.c 	bus_register_notifier(&platform_bus_type, &platform_nb);
platform_bus_type  876 arch/arm/mach-omap2/omap_device.c 	bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle);
platform_bus_type 1084 arch/powerpc/platforms/cell/iommu.c 	bus_register_notifier(&platform_bus_type, &cell_of_bus_notifier);
platform_bus_type  379 arch/sparc/kernel/of_device_32.c 	op->dev.bus = &platform_bus_type;
platform_bus_type  673 arch/sparc/kernel/of_device_64.c 	op->dev.bus = &platform_bus_type;
platform_bus_type  247 arch/x86/platform/olpc/olpc-xo1-sci.c 			&platform_bus_type, NULL, "rtc_cmos");
platform_bus_type  554 drivers/acpi/acpi_lpss.c 	dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid);
platform_bus_type 1357 drivers/acpi/acpi_lpss.c 	bus_register_notifier(&platform_bus_type, &acpi_lpss_nb);
platform_bus_type   38 drivers/acpi/acpi_platform.c 	dev = bus_find_device_by_acpi_dev(&platform_bus_type, adev);
platform_bus_type  136 drivers/base/devcon.c extern struct bus_type platform_bus_type;
platform_bus_type  142 drivers/base/devcon.c 	&platform_bus_type,
platform_bus_type  486 drivers/base/platform.c 	pdev->dev.bus = &platform_bus_type;
platform_bus_type  736 drivers/base/platform.c 	drv->driver.bus = &platform_bus_type;
platform_bus_type 1260 drivers/base/platform.c struct bus_type platform_bus_type = {
platform_bus_type 1268 drivers/base/platform.c EXPORT_SYMBOL_GPL(platform_bus_type);
platform_bus_type 1284 drivers/base/platform.c 	return bus_find_device(&platform_bus_type, start, drv,
platform_bus_type 1300 drivers/base/platform.c 	error =  bus_register(&platform_bus_type);
platform_bus_type 2593 drivers/bus/ti-sysc.c 	bus_register_notifier(&platform_bus_type, &sysc_nb);
platform_bus_type 2601 drivers/bus/ti-sysc.c 	bus_unregister_notifier(&platform_bus_type, &sysc_nb);
platform_bus_type  630 drivers/char/ipmi/ipmi_msghandler.c 		.bus = &platform_bus_type
platform_bus_type  442 drivers/char/ipmi/ipmi_si_platform.c 	while ((dev = bus_find_device(&platform_bus_type, NULL, name,
platform_bus_type  173 drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c 	dev = bus_find_device_by_name(&platform_bus_type, NULL, auto_dev_name);
platform_bus_type  315 drivers/gpu/drm/arm/malidp_planes.c 	if (iommu_present(&platform_bus_type)) {
platform_bus_type  254 drivers/gpu/drm/armada/armada_drv.c 			d = bus_find_device_by_name(&platform_bus_type, NULL,
platform_bus_type  139 drivers/gpu/drm/exynos/exynos_drm_dma.c 			mapping = arm_iommu_create_mapping(&platform_bus_type,
platform_bus_type  214 drivers/gpu/drm/mediatek/mtk_drm_drv.c 	if (!iommu_present(&platform_bus_type))
platform_bus_type  978 drivers/gpu/drm/msm/adreno/a6xx_gmu.c 	gmu->domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  741 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 	domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  577 drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c 	config.iommu = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  233 drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.h 	dev = bus_find_device_by_name(&platform_bus_type, NULL, devname);
platform_bus_type  845 drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c 	config.iommu = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  306 drivers/gpu/drm/msm/msm_drv.c 	return priv->is_a2xx || iommu_present(&platform_bus_type);
platform_bus_type  819 drivers/gpu/drm/msm/msm_gpu.c 		struct iommu_domain *iommu = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  126 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c 	if (iommu_present(&platform_bus_type)) {
platform_bus_type  127 drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c 		tdev->iommu.domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type   84 drivers/gpu/drm/rockchip/rockchip_drm_drv.c 	private->domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type   99 drivers/gpu/drm/tegra/drm.c 	if (iommu_present(&platform_bus_type)) {
platform_bus_type  100 drivers/gpu/drm/tegra/drm.c 		tegra->domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  286 drivers/gpu/host1x/dev.c 		host->domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type   84 drivers/hwmon/ibmaem.c 		.bus = &platform_bus_type,
platform_bus_type   49 drivers/hwtracing/coresight/coresight-platform.c 	dev = bus_find_device_by_fwnode(&platform_bus_type, fwnode);
platform_bus_type  451 drivers/i2c/busses/i2c-powermac.c 		.bus = &platform_bus_type,
platform_bus_type 4498 drivers/infiniband/hw/hns/hns_roce_hw_v1.c 	dev = bus_find_device_by_fwnode(&platform_bus_type, fwnode);
platform_bus_type 2864 drivers/iommu/amd_iommu.c 	err = bus_set_iommu(&platform_bus_type, &amd_iommu_ops);
platform_bus_type 3680 drivers/iommu/arm-smmu-v3.c 	if (platform_bus_type.iommu_ops != &arm_smmu_ops) {
platform_bus_type 3681 drivers/iommu/arm-smmu-v3.c 		ret = bus_set_iommu(&platform_bus_type, &arm_smmu_ops);
platform_bus_type 1986 drivers/iommu/arm-smmu.c 	if (!iommu_present(&platform_bus_type))
platform_bus_type 1987 drivers/iommu/arm-smmu.c 		bus_set_iommu(&platform_bus_type, &arm_smmu_ops);
platform_bus_type 1372 drivers/iommu/exynos-iommu.c 	ret = bus_set_iommu(&platform_bus_type, &exynos_iommu_ops);
platform_bus_type 1077 drivers/iommu/fsl_pamu_domain.c 	bus_set_iommu(&platform_bus_type, &fsl_pamu_ops);
platform_bus_type  881 drivers/iommu/ipmmu-vmsa.c 		mapping = arm_iommu_create_mapping(&platform_bus_type,
platform_bus_type 1146 drivers/iommu/ipmmu-vmsa.c 		if (!iommu_present(&platform_bus_type))
platform_bus_type 1147 drivers/iommu/ipmmu-vmsa.c 			bus_set_iommu(&platform_bus_type, &ipmmu_ops);
platform_bus_type 1243 drivers/iommu/ipmmu-vmsa.c 	if (!iommu_present(&platform_bus_type))
platform_bus_type 1244 drivers/iommu/ipmmu-vmsa.c 		bus_set_iommu(&platform_bus_type, &ipmmu_ops);
platform_bus_type  823 drivers/iommu/msm_iommu.c 	bus_set_iommu(&platform_bus_type, &msm_iommu_ops);
platform_bus_type  759 drivers/iommu/mtk_iommu.c 	if (!iommu_present(&platform_bus_type))
platform_bus_type  760 drivers/iommu/mtk_iommu.c 		bus_set_iommu(&platform_bus_type, &mtk_iommu_ops);
platform_bus_type  772 drivers/iommu/mtk_iommu.c 	if (iommu_present(&platform_bus_type))
platform_bus_type  773 drivers/iommu/mtk_iommu.c 		bus_set_iommu(&platform_bus_type, NULL);
platform_bus_type  408 drivers/iommu/mtk_iommu_v1.c 		mtk_mapping = arm_iommu_create_mapping(&platform_bus_type,
platform_bus_type  607 drivers/iommu/mtk_iommu_v1.c 						platform_bus_type.dev_root);
platform_bus_type  637 drivers/iommu/mtk_iommu_v1.c 	if (!iommu_present(&platform_bus_type))
platform_bus_type  638 drivers/iommu/mtk_iommu_v1.c 		bus_set_iommu(&platform_bus_type,  &mtk_iommu_ops);
platform_bus_type  650 drivers/iommu/mtk_iommu_v1.c 	if (iommu_present(&platform_bus_type))
platform_bus_type  651 drivers/iommu/mtk_iommu_v1.c 		bus_set_iommu(&platform_bus_type, NULL);
platform_bus_type 1846 drivers/iommu/omap-iommu.c 	ret = bus_set_iommu(&platform_bus_type, &omap_iommu_ops);
platform_bus_type  876 drivers/iommu/qcom_iommu.c 	bus_set_iommu(&platform_bus_type, &qcom_iommu_ops);
platform_bus_type  891 drivers/iommu/qcom_iommu.c 	bus_set_iommu(&platform_bus_type, NULL);
platform_bus_type 1226 drivers/iommu/rockchip-iommu.c 	bus_set_iommu(&platform_bus_type, &rk_iommu_ops);
platform_bus_type 1074 drivers/iommu/tegra-smmu.c 	err = bus_set_iommu(&platform_bus_type, &tegra_smmu_ops);
platform_bus_type 1109 drivers/iommu/virtio-iommu.c 	if (platform_bus_type.iommu_ops != &viommu_ops) {
platform_bus_type 1110 drivers/iommu/virtio-iommu.c 		ret = bus_set_iommu(&platform_bus_type, &viommu_ops);
platform_bus_type  248 drivers/irqchip/irq-mbigen.c 		parent = platform_bus_type.dev_root;
platform_bus_type 1005 drivers/macintosh/windfarm_pm121.c 		.bus = &platform_bus_type,
platform_bus_type  608 drivers/media/platform/davinci/vpbe.c 	err = bus_for_each_dev(&platform_bus_type, NULL, vpbe_dev,
platform_bus_type 1385 drivers/media/platform/davinci/vpbe_display.c 	err = bus_for_each_dev(&platform_bus_type, NULL, disp_dev,
platform_bus_type 1503 drivers/media/platform/davinci/vpbe_display.c 		.bus = &platform_bus_type,
platform_bus_type  599 drivers/media/platform/davinci/vpbe_venc.c 	bus_for_each_dev(&platform_bus_type, NULL, &venc,
platform_bus_type 1966 drivers/media/platform/omap3isp/isp.c 	mapping = arm_iommu_create_mapping(&platform_bus_type, SZ_1G, SZ_2G);
platform_bus_type  255 drivers/media/platform/qcom/venus/firmware.c 	iommu_dom = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  393 drivers/mfd/mfd-core.c 	dev = bus_find_device_by_name(&platform_bus_type, NULL, cell);
platform_bus_type 1115 drivers/mtd/devices/spear_smi.c 		.bus = &platform_bus_type,
platform_bus_type  762 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c 	dev = bus_find_device_by_fwnode(&platform_bus_type, fwnode);
platform_bus_type 2430 drivers/net/ethernet/ibm/emac/core.c 	bus_register_notifier(&platform_bus_type, &emac_of_bus_notifier);
platform_bus_type 2434 drivers/net/ethernet/ibm/emac/core.c 	bus_unregister_notifier(&platform_bus_type, &emac_of_bus_notifier);
platform_bus_type  175 drivers/net/ethernet/ti/cpsw-phy-sel.c 	dev = bus_find_device(&platform_bus_type, NULL, node, match);
platform_bus_type  708 drivers/net/ethernet/toshiba/tc35815.c 	struct device *pd = bus_find_device(&platform_bus_type, NULL,
platform_bus_type   53 drivers/of/platform.c 	dev = bus_find_device_by_of_node(&platform_bus_type, np);
platform_bus_type  185 drivers/of/platform.c 	dev->dev.bus = &platform_bus_type;
platform_bus_type  556 drivers/of/platform.c 	if (dev->bus == &platform_bus_type)
platform_bus_type 3353 drivers/parport/parport_pc.c 		if (dev && dev->bus == &platform_bus_type)
platform_bus_type  209 drivers/platform/x86/surface3-wmi.c 	bus_for_each_dev(&platform_bus_type, NULL, NULL,
platform_bus_type   37 drivers/sh/pm_runtime.c 	pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier);
platform_bus_type   54 drivers/soc/fsl/qbman/qman_portal.c 	pcfg->iommu_domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  759 drivers/spi/spi-npcm-fiu.c 		.bus	= &platform_bus_type,
platform_bus_type   81 drivers/staging/media/tegra-vde/iommu.c 	vde->domain = iommu_domain_alloc(&platform_bus_type);
platform_bus_type  278 drivers/usb/host/ehci-mv.c 		.bus = &platform_bus_type,
platform_bus_type  185 drivers/usb/host/ehci-npcm7xx.c 		.bus = &platform_bus_type,
platform_bus_type  157 drivers/usb/host/ehci-spear.c 		.bus = &platform_bus_type,
platform_bus_type 4323 drivers/usb/host/oxu210hp-hcd.c 		.bus = &platform_bus_type
platform_bus_type 2800 drivers/usb/musb/musb_core.c 		.bus		= &platform_bus_type,
platform_bus_type  137 drivers/usb/phy/phy-am335x-control.c 	dev = bus_find_device(&platform_bus_type, NULL, node, match);
platform_bus_type  141 drivers/xen/arm-device.c 	return bus_register_notifier(&platform_bus_type, &platform_device_nb);
platform_bus_type   43 include/linux/platform_device.h #define dev_is_platform(dev) ((dev)->bus == &platform_bus_type)
platform_bus_type   49 include/linux/platform_device.h extern struct bus_type platform_bus_type;