Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/translations/zh_CN/process/
Dmagic-number.rst81 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v5.4/Documentation/process/
Dmagic-number.rst92 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v5.4/Documentation/translations/it_IT/process/
Dmagic-number.rst98 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v5.4/drivers/tty/
Dsynclinkmp.c280 #define MGSL_MAGIC 0x5401 macro
677 if (info->magic != MGSL_MAGIC) { in sanity_check()
3735 info->magic = MGSL_MAGIC; in alloc_dev()
Dsynclink_gt.c94 #define MGSL_MAGIC 0x5401 macro
612 if (info->magic != MGSL_MAGIC) { in sanity_check()
3563 info->magic = MGSL_MAGIC; in alloc_dev()
Dsynclink.c310 #define MGSL_MAGIC 0x5401 macro
935 if (info->magic != MGSL_MAGIC) { in mgsl_paranoia_check()
4245 info->magic = MGSL_MAGIC; in mgsl_allocate_device()