Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Dplatform.c42 struct device platform_bus = { variable
45 EXPORT_SYMBOL_GPL(platform_bus);
665 pdev->dev.parent = &platform_bus; in platform_device_add()
1517 error = device_register(&platform_bus); in platform_bus_init()
1519 put_device(&platform_bus); in platform_bus_init()
1524 device_unregister(&platform_bus); in platform_bus_init()
/Linux-v6.1/drivers/of/
Dplatform.c146 dev->dev.parent = parent ? : &platform_bus; in of_device_alloc()
246 dev->dev.parent = parent ? : &platform_bus; in of_amba_device_create()
/Linux-v6.1/include/linux/
Dplatform_device.h56 extern struct device platform_bus;
/Linux-v6.1/Documentation/driver-api/
Disa.rst18 the platform_bus, this isa_bus also distributes match() up to the
/Linux-v6.1/drivers/scsi/
Dhosts.c242 shost->shost_gendev.parent = dev ? dev : &platform_bus; in scsi_add_host_with_dma()
/Linux-v6.1/drivers/usb/usbip/
Dvhci_hcd.c1507 sysfs_remove_link(&platform_bus.kobj, driver_name); in del_platform_devices()
/Linux-v6.1/Documentation/spi/
Dspi-summary.rst477 An SPI controller will probably be registered on the platform_bus; write