Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/powerpc/
Dhvcs.rst55 major and minor numbers are associated with each vty-server. Directions
206 is a vty-server device configured for that node.
249 Hotplug add and remove of vty-server adapters affects which /dev/hvcs* node
250 is used to connect to each vty-server adapter. In order to determine which
251 vty-server adapter is associated with which /dev/hvcs* node a special sysfs
252 attribute has been added to each vty-server sysfs entry. This entry is
255 index attribute of vty-server adapter 30000004 shows the following::
260 This index of '2' means that in order to connect to vty-server adapter
264 system the /dev/hvcs* entry that interacts with a particular vty-server
273 and discards that data when a connection between a vty-server and a vty has
[all …]
/Linux-v5.4/drivers/tty/hvc/
Dhvsi.c1165 struct device_node *vty; in hvsi_console_init() local
1170 for_each_compatible_node(vty, "serial", "hvterm-protocol") { in hvsi_console_init()
1174 vtermno = of_get_property(vty, "reg", NULL); in hvsi_console_init()
1175 irq = of_get_property(vty, "interrupts", NULL); in hvsi_console_init()
1180 of_node_put(vty); in hvsi_console_init()