Home
last modified time | relevance | path

Searched refs:HDLCDRV_MAGIC (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/hamradio/
A Dhdlcdrv.c160 if (!s || s->magic != HDLCDRV_MAGIC) in hdlcdrv_receiver()
259 if (!s || s->magic != HDLCDRV_MAGIC) in hdlcdrv_transmitter()
366 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb) in hdlcdrv_arbitrate()
703 s->magic = HDLCDRV_MAGIC; in hdlcdrv_register()
725 BUG_ON(s->magic != HDLCDRV_MAGIC); in hdlcdrv_unregister()
A Dbaycom_ser_fdx.c255 if (!bc || bc->hdrv.magic != HDLCDRV_MAGIC) in ser12_interrupt()
510 BUG_ON(bc->hdrv.magic != HDLCDRV_MAGIC); in baycom_ioctl()
A Dbaycom_ser_hdx.c368 if (!dev || !bc || bc->hdrv.magic != HDLCDRV_MAGIC) in ser12_interrupt()
564 BUG_ON(bc->hdrv.magic != HDLCDRV_MAGIC); in baycom_ioctl()
A Dbaycom_par.c421 BUG_ON(bc->hdrv.magic != HDLCDRV_MAGIC); in baycom_ioctl()
/linux/include/linux/
A Dhdlcdrv.h16 #define HDLCDRV_MAGIC 0x5ac6e778 macro
/linux/Documentation/translations/zh_CN/process/
A Dmagic-number.rst113 HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
/linux/Documentation/translations/zh_TW/process/
A Dmagic-number.rst116 HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
/linux/Documentation/process/
A Dmagic-number.rst123 HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``
/linux/Documentation/translations/it_IT/process/
A Dmagic-number.rst129 HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state ``include/linux/hdlcdrv.h``

Completed in 12 milliseconds