Home
last modified time | relevance | path

Searched refs:platform_bus (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/hw/
H A Dplatform-bus.h45 int platform_bus_get_irqn(PlatformBusDevice *platform_bus, SysBusDevice *sbdev,
/openbmc/linux/drivers/base/
H A Dplatform.c42 struct device platform_bus = { variable
45 EXPORT_SYMBOL_GPL(platform_bus);
665 pdev->dev.parent = &platform_bus; in platform_device_add()
1523 error = device_register(&platform_bus); in platform_bus_init()
1525 put_device(&platform_bus); in platform_bus_init()
1530 device_unregister(&platform_bus); in platform_bus_init()
/openbmc/linux/drivers/of/
H A Dplatform.c179 dev->dev.parent = parent ? : &platform_bus; in of_device_alloc()
277 dev->dev.parent = parent ? : &platform_bus; in of_amba_device_create()
/openbmc/linux/include/linux/
H A Dplatform_device.h56 extern struct device platform_bus;
/openbmc/linux/Documentation/driver-api/
H A Disa.rst18 the platform_bus, this isa_bus also distributes match() up to the
/openbmc/linux/drivers/scsi/
H A Dhosts.c243 shost->shost_gendev.parent = dev ? dev : &platform_bus; in scsi_add_host_with_dma()
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c1508 sysfs_remove_link(&platform_bus.kobj, driver_name); in del_platform_devices()
/openbmc/linux/Documentation/spi/
H A Dspi-summary.rst474 An SPI controller will probably be registered on the platform_bus; write