Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst80 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v5.10/Documentation/process/
Dmagic-number.rst91 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v5.10/Documentation/translations/it_IT/process/
Dmagic-number.rst97 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v5.10/drivers/tty/
Dsynclink_gt.c94 #define MGSL_MAGIC 0x5401 macro
612 if (info->magic != MGSL_MAGIC) { in sanity_check()
3564 info->magic = MGSL_MAGIC; in alloc_dev()
Dsynclinkmp.c280 #define MGSL_MAGIC 0x5401 macro
677 if (info->magic != MGSL_MAGIC) { in sanity_check()
3732 info->magic = MGSL_MAGIC; in alloc_dev()
Dsynclink.c309 #define MGSL_MAGIC 0x5401 macro
934 if (info->magic != MGSL_MAGIC) { in mgsl_paranoia_check()
4158 info->magic = MGSL_MAGIC; in mgsl_allocate_device()