Lines Matching refs:vio_dev
24 const struct vio_dev *dev) in vio_match_device()
51 const struct vio_dev *vio_dev = to_vio_dev(dev); in vio_hotplug() local
53 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug()
59 struct vio_dev *vio_dev = to_vio_dev(dev); in vio_bus_match() local
66 return vio_match_device(matches, vio_dev) != NULL; in vio_bus_match()
71 struct vio_dev *vdev = to_vio_dev(dev); in vio_device_probe()
98 struct vio_dev *vdev = to_vio_dev(dev); in vio_device_remove()
117 struct vio_dev *vdev = to_vio_dev(dev); in devspec_show()
132 struct vio_dev *vdev = to_vio_dev(dev); in type_show()
140 const struct vio_dev *vdev = to_vio_dev(dev); in modalias_show()
152 ATTRIBUTE_GROUPS(vio_dev);
190 struct vio_dev *vdev; in show_pciobppath_attr()
204 static struct vio_dev *root_vdev;
238 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev) in vio_vdev_node()
253 struct vio_dev *vdev) in vio_fill_channel_info()
292 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one()
298 struct vio_dev *vdev; in vio_create_one()
429 struct vio_dev *vdev = to_vio_dev(dev); in vio_md_node_match()