Lines Matching refs:vio_dev
288 struct vio_dev *vdev;
314 uint32_t unit_address, unsigned int irq, struct vio_dev *dev);
320 static int hvcs_probe(struct vio_dev *dev,
322 static int hvcs_remove(struct vio_dev *dev);
332 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
340 struct vio_dev *viod = to_vio_dev(dev); in hvcs_partner_vtys_show()
354 struct vio_dev *viod = to_vio_dev(dev); in hvcs_partner_clcs_show()
379 struct vio_dev *viod = to_vio_dev(dev); in hvcs_current_vty_show()
396 struct vio_dev *viod = to_vio_dev(dev); in hvcs_vterm_state_store()
433 struct vio_dev *viod = to_vio_dev(dev); in hvcs_vterm_state_show()
448 struct vio_dev *viod = to_vio_dev(dev); in hvcs_index_show()
687 struct vio_dev *vdev; in hvcs_destruct_port()
746 struct vio_dev *dev, in hvcs_probe()
824 static int hvcs_remove(struct vio_dev *dev) in hvcs_remove()
1024 unsigned int irq, struct vio_dev *vdev) in hvcs_enable_device()
1089 struct vio_dev *vdev; in hvcs_install()