Lines Matching refs:vio_dev
301 struct vio_dev *vdev;
327 uint32_t unit_address, unsigned int irq, struct vio_dev *dev);
333 static int hvcs_probe(struct vio_dev *dev,
335 static int hvcs_remove(struct vio_dev *dev);
345 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
353 struct vio_dev *viod = to_vio_dev(dev); in hvcs_partner_vtys_show()
367 struct vio_dev *viod = to_vio_dev(dev); in hvcs_partner_clcs_show()
392 struct vio_dev *viod = to_vio_dev(dev); in hvcs_current_vty_show()
409 struct vio_dev *viod = to_vio_dev(dev); in hvcs_vterm_state_store()
446 struct vio_dev *viod = to_vio_dev(dev); in hvcs_vterm_state_show()
461 struct vio_dev *viod = to_vio_dev(dev); in hvcs_index_show()
701 struct vio_dev *vdev; in hvcs_destruct_port()
760 struct vio_dev *dev, in hvcs_probe()
838 static int hvcs_remove(struct vio_dev *dev) in hvcs_remove()
1038 unsigned int irq, struct vio_dev *vdev) in hvcs_enable_device()
1103 struct vio_dev *vdev; in hvcs_install()