Lines Matching refs:vio_dev
23 const struct vio_dev *dev) in vio_match_device()
50 struct vio_dev *vio_dev = to_vio_dev(dev); in vio_bus_match() local
57 return vio_match_device(matches, vio_dev) != NULL; in vio_bus_match()
62 struct vio_dev *vdev = to_vio_dev(dev); in vio_device_probe()
78 struct vio_dev *vdev = to_vio_dev(dev); in vio_device_remove()
90 struct vio_dev *vdev = to_vio_dev(dev); in devspec_show()
104 struct vio_dev *vdev = to_vio_dev(dev); in type_show()
149 struct vio_dev *vdev; in show_pciobppath_attr()
163 static struct vio_dev *root_vdev;
167 struct vio_dev *vdev) in vio_fill_channel_info()
203 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one()
208 struct vio_dev *vdev; in vio_create_one()
338 struct vio_dev *vdev = to_vio_dev(dev); in vio_md_node_match()