Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c98 static unsigned long hvc_iucv_devices = 1; variable
133 if (num > hvc_iucv_devices) in hvc_iucv_get_private()
801 for (i = 0; i < hvc_iucv_devices; i++) { in hvc_iucv_path_pending()
1250 if (!MACHINE_IS_VM || !hvc_iucv_devices) in param_set_vmidfilter()
1279 if (!MACHINE_IS_VM || !hvc_iucv_devices) in param_get_vmidfilter()
1313 if (!hvc_iucv_devices) in hvc_iucv_init()
1323 if (hvc_iucv_devices > MAX_HVC_IUCV_LINES) { in hvc_iucv_init()
1325 "kernel parameter\n", hvc_iucv_devices); in hvc_iucv_init()
1381 for (i = 0; i < hvc_iucv_devices; i++) { in hvc_iucv_init()
1401 for (i = 0; i < hvc_iucv_devices; i++) in hvc_iucv_init()
[all …]