Home
last modified time | relevance | path

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

/linux-6.15/Documentation/arch/powerpc/
H A Dhvcs.rst275 from a vty following output of data to the vty the vty adapter may not have
287 the vty-server and vty connection before the target vty has had a chance to
290 Additionally, disconnecting a vty-server and vty only on module removal or
297 vty is established automatically by this driver. Manual vty-server
300 In order to terminate the connection between a vty-server and vty the
307 connection between the vty-server and target vty ONLY if the vterm_state
361 vty-server
397 A vty-server can only be connected to a single vty at a time. The entry,
407 Changing the current_vty when a vty-server is already connected to a vty
481 to the target vty.
[all …]
/linux-6.15/drivers/tty/hvc/
H A Dhvsi.c1179 struct device_node *vty; in hvsi_console_init() local
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()