Lines Matching refs:vio_dev
25 const struct vio_dev *dev) in vio_match_device()
52 const struct vio_dev *vio_dev = to_vio_dev(dev); in vio_hotplug() local
54 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug()
60 struct vio_dev *vio_dev = to_vio_dev(dev); in vio_bus_match() local
67 return vio_match_device(matches, vio_dev) != NULL; in vio_bus_match()
72 struct vio_dev *vdev = to_vio_dev(dev); in vio_device_probe()
99 struct vio_dev *vdev = to_vio_dev(dev); in vio_device_remove()
116 struct vio_dev *vdev = to_vio_dev(dev); in devspec_show()
131 struct vio_dev *vdev = to_vio_dev(dev); in type_show()
139 const struct vio_dev *vdev = to_vio_dev(dev); in modalias_show()
151 ATTRIBUTE_GROUPS(vio_dev);
189 struct vio_dev *vdev; in show_pciobppath_attr()
203 static struct vio_dev *root_vdev;
237 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev) in vio_vdev_node()
252 struct vio_dev *vdev) in vio_fill_channel_info()
291 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one()
297 struct vio_dev *vdev; in vio_create_one()
424 struct vio_dev *vdev = to_vio_dev(dev); in vio_md_node_match()