Searched refs:platform_bus (Results 1 – 7 of 7) sorted by relevance
36 struct device platform_bus = { variable39 EXPORT_SYMBOL_GPL(platform_bus);367 pdev->dev.parent = &platform_bus; in platform_device_add()1170 error = device_register(&platform_bus); in platform_bus_init()1172 put_device(&platform_bus); in platform_bus_init()1177 device_unregister(&platform_bus); in platform_bus_init()
151 dev->dev.parent = parent ? : &platform_bus; in of_device_alloc()251 dev->dev.parent = parent ? : &platform_bus; in of_amba_device_create()
49 extern struct device platform_bus;
239 shost->shost_gendev.parent = dev ? dev : &platform_bus; in scsi_add_host_with_dma()
18 the platform_bus, this isa_bus also distributes match() up to the
1488 sysfs_remove_link(&platform_bus.kobj, driver_name); in del_platform_devices()
475 An SPI controller will probably be registered on the platform_bus; write