Searched refs:cum (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | ccwdev.h | 27 #define CCW_DEVICE(cu, cum) \ argument 28 .cu_type=(cu), .cu_model=(cum), \ 30 | (cum ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0)) 32 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 33 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 35 | ((cum) ? CCW_DEVICE_ID_MATCH_CU_MODEL : 0) \
|
/kernel/linux/linux-5.10/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
|