Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c1478 int rc, num_ttys_to_alloc; in hvcs_initialize() local
1489 num_ttys_to_alloc = HVCS_DEFAULT_SERVER_ADAPTERS; in hvcs_initialize()
1491 num_ttys_to_alloc = hvcs_parm_num_devs; in hvcs_initialize()
1493 hvcs_tty_driver = alloc_tty_driver(num_ttys_to_alloc); in hvcs_initialize()
1499 if (hvcs_alloc_index_list(num_ttys_to_alloc)) { in hvcs_initialize()