Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/
Dvio.c113 static struct bus_type vio_bus_type = { variable
123 viodrv->driver.bus = &vio_bus_type; in vio_register_driver()
281 vdev->dev.bus = &vio_bus_type; in vio_create_one()
392 err = bus_register(&vio_bus_type); in vio_init()
/linux-2.6.39/arch/powerpc/kernel/
Dvio.c42 static struct bus_type vio_bus_type; variable
48 .dev.bus = &vio_bus_type,
1035 vio_bus_type.dev_attrs = vio_cmo_dev_attrs; in vio_cmo_sysfs_init()
1036 vio_bus_type.bus_attrs = vio_cmo_bus_attrs; in vio_cmo_sysfs_init()
1171 viodrv->driver.bus = &vio_bus_type; in vio_register_driver()
1258 viodev->dev.bus = &vio_bus_type; in vio_register_device_node()
1288 err = bus_register(&vio_bus_type); in vio_bus_init()
1396 static struct bus_type vio_bus_type = { variable
1429 found = bus_find_device_by_name(&vio_bus_type, NULL, name); in vio_find_name()