Searched refs:platform_bus_type (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/arch/arm/mach-davinci/
H A Dpm_domain.c33 pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier);
/linux-master/drivers/sh/
H A Dpm_runtime.c37 pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier);
/linux-master/arch/arm/mach-omap1/
H A Dpm_bus.c38 pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier);
/linux-master/tools/testing/cxl/
H A Dmock_acpi.c21 if (dev->bus == &platform_bus_type)
/linux-master/drivers/soc/sunxi/
H A Dsunxi_mbus.c124 bus_register_notifier(&platform_bus_type, &sunxi_mbus_nb);
/linux-master/drivers/spi/
H A Dspi-loongson-plat.c38 .bus = &platform_bus_type,
/linux-master/arch/arm/mach-keystone/
H A Dkeystone.c62 pm_clk_add_notifier(&platform_bus_type, &platform_domain_notifier);
99 bus_register_notifier(&platform_bus_type, &platform_nb);
/linux-master/drivers/usb/host/
H A Dehci-npcm7xx.c129 .bus = &platform_bus_type,
H A Dehci-spear.c150 .bus = &platform_bus_type,
H A Dehci-mv.c286 .bus = &platform_bus_type,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_dma.c113 mapping = arm_iommu_create_mapping(&platform_bus_type,
/linux-master/include/linux/
H A Dplatform_device.h49 #define dev_is_platform(dev) ((dev)->bus == &platform_bus_type)
55 extern struct bus_type platform_bus_type;
/linux-master/drivers/base/
H A Dplatform.c666 dev->bus = &platform_bus_type;
865 drv->driver.bus = &platform_bus_type;
952 if (!bus_for_each_dev(&platform_bus_type, NULL, &drv->driver, is_bound_to_driver)) {
1483 struct bus_type platform_bus_type = { variable in typeref:struct:bus_type
1495 EXPORT_SYMBOL_GPL(platform_bus_type); variable
1511 return bus_find_device(&platform_bus_type, start, drv,
1529 error = bus_register(&platform_bus_type);
/linux-master/drivers/xen/
H A Darm-device.c141 return bus_register_notifier(&platform_bus_type, &platform_device_nb);
/linux-master/drivers/usb/phy/
H A Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match);
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Diommu.c81 vde->domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/arch/arm/mach-mvebu/
H A Dcoherency.c285 bus_register_notifier(&platform_bus_type,
/linux-master/arch/arm/mach-highbank/
H A Dhighbank.c149 bus_register_notifier(&platform_bus_type, &highbank_platform_nb);
/linux-master/drivers/acpi/
H A Dacpi_platform.c40 dev = bus_find_device_by_acpi_dev(&platform_bus_type, adev);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw-phy-sel.c174 dev = bus_find_device(&platform_bus_type, NULL, node, match);
/linux-master/drivers/of/
H A Dplatform.c50 dev = bus_find_device_by_of_node(&platform_bus_type, np);
182 dev->dev.bus = &platform_bus_type;
628 if (dev->bus == &platform_bus_type)
/linux-master/arch/arm/mach-omap2/
H A Domap_device.c578 bus_register_notifier(&platform_bus_type, &platform_nb);
627 bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle);
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_portal.c51 pcfg->iommu_domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c123 tdev->iommu.domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/platform/surface/
H A Dsurface3-wmi.c205 bus_for_each_dev(&platform_bus_type, NULL, NULL,

Completed in 252 milliseconds

123