vty              1165 drivers/tty/hvc/hvsi.c 	struct device_node *vty;
vty              1170 drivers/tty/hvc/hvsi.c 	for_each_compatible_node(vty, "serial", "hvterm-protocol") {
vty              1174 drivers/tty/hvc/hvsi.c 		vtermno = of_get_property(vty, "reg", NULL);
vty              1175 drivers/tty/hvc/hvsi.c 		irq = of_get_property(vty, "interrupts", NULL);
vty              1180 drivers/tty/hvc/hvsi.c 			of_node_put(vty);