Lines Matching refs:hvc_iucv_devices
98 static unsigned long hvc_iucv_devices = 1; variable
133 if ((num < HVC_IUCV_MAGIC) || (num - HVC_IUCV_MAGIC > hvc_iucv_devices)) in hvc_iucv_get_private()
803 for (i = 0; i < hvc_iucv_devices; i++) { in hvc_iucv_path_pending()
1298 if (!MACHINE_IS_VM || !hvc_iucv_devices) in param_set_vmidfilter()
1327 if (!MACHINE_IS_VM || !hvc_iucv_devices) in param_get_vmidfilter()
1361 if (!hvc_iucv_devices) in hvc_iucv_init()
1371 if (hvc_iucv_devices > MAX_HVC_IUCV_LINES) { in hvc_iucv_init()
1373 "kernel parameter\n", hvc_iucv_devices); in hvc_iucv_init()
1434 for (i = 0; i < hvc_iucv_devices; i++) { in hvc_iucv_init()
1454 for (i = 0; i < hvc_iucv_devices; i++) in hvc_iucv_init()
1462 hvc_iucv_devices = 0; /* ensure that we do not provide any device */ in hvc_iucv_init()
1472 return kstrtoul(val, 10, &hvc_iucv_devices); in hvc_iucv_config()