Searched defs:vme_bus_type (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/vme/
H A Dvme.c1371 vdev->dev.bus = &vme_bus_type;
1425 drv->driver.bus = &vme_bus_type;
1503 struct bus_type vme_bus_type = { variable in typeref:struct:bus_type
1509 EXPORT_SYMBOL(vme_bus_type); variable
1513 return bus_register(&vme_bus_type);
1518 bus_unregister(&vme_bus_type);

Completed in 50 milliseconds