Home
last modified time | relevance | path

Searched refs:platform_bus_type (Results 1 – 25 of 70) sorted by relevance

123

/drivers/iommu/
Dmtk_iommu_v1.c408 mtk_mapping = arm_iommu_create_mapping(&platform_bus_type, in mtk_iommu_create_mapping()
607 platform_bus_type.dev_root); in mtk_iommu_probe()
637 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
638 bus_set_iommu(&platform_bus_type, &mtk_iommu_ops); in mtk_iommu_probe()
650 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
651 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_remove()
Dipmmu-vmsa.c881 mapping = arm_iommu_create_mapping(&platform_bus_type, in ipmmu_init_arm_mapping()
1146 if (!iommu_present(&platform_bus_type)) in ipmmu_probe()
1147 bus_set_iommu(&platform_bus_type, &ipmmu_ops); in ipmmu_probe()
1243 if (!iommu_present(&platform_bus_type)) in ipmmu_init()
1244 bus_set_iommu(&platform_bus_type, &ipmmu_ops); in ipmmu_init()
Dmtk_iommu.c759 if (!iommu_present(&platform_bus_type)) in mtk_iommu_probe()
760 bus_set_iommu(&platform_bus_type, &mtk_iommu_ops); in mtk_iommu_probe()
772 if (iommu_present(&platform_bus_type)) in mtk_iommu_remove()
773 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_remove()
/drivers/base/
Ddevcon.c136 extern struct bus_type platform_bus_type;
142 &platform_bus_type,
Dplatform.c484 pdev->dev.bus = &platform_bus_type; in platform_device_add()
747 drv->driver.bus = &platform_bus_type; in __platform_driver_register()
1271 struct bus_type platform_bus_type = { variable
1279 EXPORT_SYMBOL_GPL(platform_bus_type);
1295 return bus_find_device(&platform_bus_type, start, drv, in platform_find_device_by_driver()
1311 error = bus_register(&platform_bus_type); in platform_bus_init()
/drivers/sh/
Dpm_runtime.c37 pm_clk_add_notifier(&platform_bus_type, &platform_bus_notifier); in sh_pm_runtime_init()
/drivers/tty/serdev/
Dcore.c38 if (dev->parent->parent->bus == &platform_bus_type) { in modalias_show()
67 if (dev->parent->parent->bus == &platform_bus_type) in serdev_device_uevent()
112 if (dev->parent->parent->bus == &platform_bus_type && in serdev_device_match()
660 if (ctrl->dev.parent->bus != &platform_bus_type) in platform_serdev_register_devices()
/drivers/of/
Dplatform.c53 dev = bus_find_device_by_of_node(&platform_bus_type, np); in of_find_device_by_node()
185 dev->dev.bus = &platform_bus_type; in of_platform_device_create_pdata()
568 if (dev->bus == &platform_bus_type) in of_platform_device_destroy()
/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c126 if (iommu_present(&platform_bus_type)) { in nvkm_device_tegra_probe_iommu()
127 tdev->iommu.domain = iommu_domain_alloc(&platform_bus_type); in nvkm_device_tegra_probe_iommu()
/drivers/gnss/
Dcmdline.c79 serial_dev = bus_find_device_by_name(&platform_bus_type, in gnss_cmdline_init()
/drivers/gpu/drm/exynos/
Dexynos_drm_dma.c130 mapping = arm_iommu_create_mapping(&platform_bus_type, in exynos_drm_register_dma()
/drivers/acpi/
Dacpi_platform.c38 dev = bus_find_device_by_acpi_dev(&platform_bus_type, adev); in acpi_platform_device_find_by_companion()
/drivers/usb/host/
Dehci-npcm7xx.c185 .bus = &platform_bus_type,
Dehci-spear.c157 .bus = &platform_bus_type,
Dehci-mv.c278 .bus = &platform_bus_type,
/drivers/staging/media/tegra-vde/
Diommu.c81 vde->domain = iommu_domain_alloc(&platform_bus_type); in tegra_vde_iommu_init()
/drivers/usb/phy/
Dphy-am335x-control.c137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
/drivers/xen/
Darm-device.c141 return bus_register_notifier(&platform_bus_type, &platform_device_nb); in register_xen_platform_notifier()
/drivers/net/ethernet/ti/
Dcpsw-phy-sel.c175 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
/drivers/platform/x86/
Dsurface3-wmi.c209 bus_for_each_dev(&platform_bus_type, NULL, NULL, in s3_wmi_probe()
/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.h233 dev = bus_find_device_by_name(&platform_bus_type, NULL, devname); in mdp4_find_pdata()
/drivers/irqchip/
Dirq-mbigen.c242 parent = platform_bus_type.dev_root; in mbigen_of_create_domain()
/drivers/media/platform/qcom/venus/
Dfirmware.c249 iommu_dom = iommu_domain_alloc(&platform_bus_type); in venus_firmware_init()
/drivers/gpu/drm/armada/
Darmada_drv.c254 d = bus_find_device_by_name(&platform_bus_type, NULL, in armada_drm_probe()
/drivers/soc/fsl/qbman/
Dqman_portal.c54 pcfg->iommu_domain = iommu_domain_alloc(&platform_bus_type); in portal_set_cpu()

123