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()
115 struct vio_dev *vdev = to_vio_dev(dev); in devspec_show()
130 struct vio_dev *vdev = to_vio_dev(dev); in type_show()
138 const struct vio_dev *vdev = to_vio_dev(dev); in modalias_show()
150 ATTRIBUTE_GROUPS(vio_dev);
188 struct vio_dev *vdev; in show_pciobppath_attr()
202 static struct vio_dev *root_vdev;
236 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev) in vio_vdev_node()
251 struct vio_dev *vdev) in vio_fill_channel_info()
290 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one()
296 struct vio_dev *vdev; in vio_create_one()
424 struct vio_dev *vdev = to_vio_dev(dev); in vio_md_node_match()