Searched refs:vio_bus_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dvio.c152 static const struct bus_type vio_bus_type = { variable in typeref:struct:bus_type
164 viodrv->driver.bus = &vio_bus_type;
361 vdev->dev.bus = &vio_bus_type;
508 err = bus_register(&vio_bus_type);
/linux-master/arch/powerpc/include/asm/
H A Dvio.h42 extern const struct bus_type vio_bus_type;
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c42 .dev.bus = &vio_bus_type,
1288 // vio_bus_type is only initialised for pseries
1297 viodrv->driver.bus = &vio_bus_type;
1424 viodev->dev.bus = &vio_bus_type;
1500 err = bus_register(&vio_bus_type);
1618 const struct bus_type vio_bus_type = { variable in typeref:struct:bus_type
1637 const struct bus_type vio_bus_type = { variable in typeref:struct:bus_type
1670 found = bus_find_device_by_name(&vio_bus_type, NULL, name);
1735 dma_debug_add_bus(&vio_bus_type);
/linux-master/arch/powerpc/kernel/
H A Diommu.c196 bus_register_notifier(&vio_bus_type, &fail_iommu_vio_bus_notifier);

Completed in 268 milliseconds