Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt84 MGSL_MAGIC 0x5401 mgsl_info drivers/char/synclink.c
/Linux-v4.19/Documentation/process/
Dmagic-number.rst90 MGSL_MAGIC 0x5401 mgsl_info ``drivers/char/synclink.c``
/Linux-v4.19/drivers/tty/
Dsynclink_gt.c94 #define MGSL_MAGIC 0x5401 macro
612 if (info->magic != MGSL_MAGIC) { in sanity_check()
3572 info->magic = MGSL_MAGIC; in alloc_dev()
Dsynclinkmp.c280 #define MGSL_MAGIC 0x5401 macro
677 if (info->magic != MGSL_MAGIC) { in sanity_check()
3736 info->magic = MGSL_MAGIC; in alloc_dev()
Dsynclink.c310 #define MGSL_MAGIC 0x5401 macro
935 if (info->magic != MGSL_MAGIC) { in mgsl_paranoia_check()
4246 info->magic = MGSL_MAGIC; in mgsl_allocate_device()