Home
last modified time | relevance | path

Searched refs:vty (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvsi.c1178 struct device_node *vty; in hvsi_console_init() local
1182 /* search device tree for vty nodes */ in hvsi_console_init()
1183 for_each_compatible_node(vty, "serial", "hvterm-protocol") { in hvsi_console_init()
1187 vtermno = of_get_property(vty, "reg", NULL); in hvsi_console_init()
1188 irq = of_get_property(vty, "interrupts", NULL); in hvsi_console_init()
1193 of_node_put(vty); in hvsi_console_init()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvsi.c1179 struct device_node *vty; in hvsi_console_init() local
1183 /* search device tree for vty nodes */ in hvsi_console_init()
1184 for_each_compatible_node(vty, "serial", "hvterm-protocol") { in hvsi_console_init()
1188 vtermno = of_get_property(vty, "reg", NULL); in hvsi_console_init()
1189 irq = of_get_property(vty, "interrupts", NULL); in hvsi_console_init()
1194 of_node_put(vty); in hvsi_console_init()

Completed in 4 milliseconds