Lines Matching refs:vio_dev
286 struct vio_dev *vdev;
312 uint32_t unit_address, unsigned int irq, struct vio_dev *dev);
318 static int hvcs_probe(struct vio_dev *dev,
320 static int hvcs_remove(struct vio_dev *dev);
330 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
338 struct vio_dev *viod = to_vio_dev(dev); in hvcs_partner_vtys_show()
352 struct vio_dev *viod = to_vio_dev(dev); in hvcs_partner_clcs_show()
377 struct vio_dev *viod = to_vio_dev(dev); in hvcs_current_vty_show()
394 struct vio_dev *viod = to_vio_dev(dev); in hvcs_vterm_state_store()
431 struct vio_dev *viod = to_vio_dev(dev); in hvcs_vterm_state_show()
446 struct vio_dev *viod = to_vio_dev(dev); in hvcs_index_show()
685 struct vio_dev *vdev; in hvcs_destruct_port()
744 struct vio_dev *dev, in hvcs_probe()
822 static int hvcs_remove(struct vio_dev *dev) in hvcs_remove()
1022 unsigned int irq, struct vio_dev *vdev) in hvcs_enable_device()
1087 struct vio_dev *vdev; in hvcs_install()