Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvc_vio.c146 struct device_node *vty; in hvc_find_vtys() local
149 for (vty = of_find_node_by_name(NULL, "vty"); vty != NULL; in hvc_find_vtys()
150 vty = of_find_node_by_name(vty, "vty")) { in hvc_find_vtys()
157 of_node_put(vty); in hvc_find_vtys()
161 vtermno = of_get_property(vty, "reg", NULL); in hvc_find_vtys()
165 if (of_device_is_compatible(vty, "hvterm1")) { in hvc_find_vtys()
Dhvc_iseries.c567 struct device_node *vty; in hvc_find_vtys() local
570 for (vty = of_find_node_by_name(NULL, "vty"); vty != NULL; in hvc_find_vtys()
571 vty = of_find_node_by_name(vty, "vty")) { in hvc_find_vtys()
579 of_node_put(vty); in hvc_find_vtys()
583 vtermno = of_get_property(vty, "reg", NULL); in hvc_find_vtys()
587 if (!of_device_is_compatible(vty, "IBM,iSeries-vty")) in hvc_find_vtys()
Dhvsi.c1269 struct device_node *vty; in hvsi_console_init() local
1274 for (vty = of_find_compatible_node(NULL, "serial", "hvterm-protocol"); in hvsi_console_init()
1275 vty != NULL; in hvsi_console_init()
1276 vty = of_find_compatible_node(vty, "serial", "hvterm-protocol")) { in hvsi_console_init()
1280 vtermno = of_get_property(vty, "reg", NULL); in hvsi_console_init()
1281 irq = of_get_property(vty, "interrupts", NULL); in hvsi_console_init()
1286 of_node_put(vty); in hvsi_console_init()
/linux-2.6.39/Documentation/powerpc/
Dhvcs.txt52 major and minor numbers are associated with each vty-server. Directions
203 is a vty-server device configured for that node.
246 Hotplug add and remove of vty-server adapters affects which /dev/hvcs* node
247 is used to connect to each vty-server adapter. In order to determine which
248 vty-server adapter is associated with which /dev/hvcs* node a special sysfs
249 attribute has been added to each vty-server sysfs entry. This entry is
252 index attribute of vty-server adapter 30000004 shows the following.
257 This index of '2' means that in order to connect to vty-server adapter
261 system the /dev/hvcs* entry that interacts with a particular vty-server
270 and discards that data when a connection between a vty-server and a vty has
[all …]