viod 332 drivers/tty/hvc/hvcs.c static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) viod 334 drivers/tty/hvc/hvcs.c return dev_get_drvdata(&viod->dev); viod 340 drivers/tty/hvc/hvcs.c struct vio_dev *viod = to_vio_dev(dev); viod 341 drivers/tty/hvc/hvcs.c struct hvcs_struct *hvcsd = from_vio_dev(viod); viod 354 drivers/tty/hvc/hvcs.c struct vio_dev *viod = to_vio_dev(dev); viod 355 drivers/tty/hvc/hvcs.c struct hvcs_struct *hvcsd = from_vio_dev(viod); viod 379 drivers/tty/hvc/hvcs.c struct vio_dev *viod = to_vio_dev(dev); viod 380 drivers/tty/hvc/hvcs.c struct hvcs_struct *hvcsd = from_vio_dev(viod); viod 396 drivers/tty/hvc/hvcs.c struct vio_dev *viod = to_vio_dev(dev); viod 397 drivers/tty/hvc/hvcs.c struct hvcs_struct *hvcsd = from_vio_dev(viod); viod 433 drivers/tty/hvc/hvcs.c struct vio_dev *viod = to_vio_dev(dev); viod 434 drivers/tty/hvc/hvcs.c struct hvcs_struct *hvcsd = from_vio_dev(viod); viod 448 drivers/tty/hvc/hvcs.c struct vio_dev *viod = to_vio_dev(dev); viod 449 drivers/tty/hvc/hvcs.c struct hvcs_struct *hvcsd = from_vio_dev(viod);