Home
last modified time | relevance | path

Searched refs:vio_bus_type (Results 1 – 5 of 5) sorted by relevance

/arch/sparc/kernel/
Dvio.c154 static struct bus_type vio_bus_type = { variable
166 viodrv->driver.bus = &vio_bus_type; in __vio_register_driver()
363 vdev->dev.bus = &vio_bus_type; in vio_create_one()
513 err = bus_register(&vio_bus_type); in vio_init()
/arch/powerpc/include/asm/
Dvio.h46 extern struct bus_type vio_bus_type;
/arch/powerpc/platforms/pseries/
Dvio.c43 .dev.bus = &vio_bus_type,
1080 vio_bus_type.dev_groups = vio_cmo_dev_groups; in vio_cmo_sysfs_init()
1081 vio_bus_type.bus_groups = vio_bus_groups; in vio_cmo_sysfs_init()
1310 viodrv->driver.bus = &vio_bus_type; in __vio_register_driver()
1439 viodev->dev.bus = &vio_bus_type; in vio_register_device_node()
1515 err = bus_register(&vio_bus_type); in vio_bus_init()
1628 struct bus_type vio_bus_type = { variable
1660 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()
/arch/powerpc/kernel/
Ddma.c372 dma_debug_add_bus(&vio_bus_type); in dma_init()
Diommu.c158 bus_register_notifier(&vio_bus_type, &fail_iommu_bus_notifier); in fail_iommu_setup()