Searched refs:cum (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/s390/include/asm/ |
| D | ccwdev.h | 26 #define CCW_DEVICE(cu, cum) \ argument 27 .cu_type=(cu), .cu_model=(cum), \ 29 | (cum ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0)) 31 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 32 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 34 | ((cum) ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0) \
|
| /Linux-v5.4/Documentation/driver-api/serial/ |
| D | moxa-smartio.rst | 194 Under Kernel 2.6 and upper, the cum Device is Obsolete. So use ttyM* 461 by vi. Locate each line contains "ttyM" and "cum" and change them
|