Home
last modified time | relevance | path

Searched refs:bitbuf_hdlc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dhdlcdrv.c169 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
589 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_ioctl()
592 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_ioctl()
593 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_ioctl()
594 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_ioctl()
659 s->bitbuf_hdlc.rd = s->bitbuf_hdlc in hdlcdrv_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dhdlcdrv.c170 hdlcdrv_add_bitbuffer_word(&s->bitbuf_hdlc, word); in hdlcdrv_receiver()
592 if (s->bitbuf_hdlc.rd == s->bitbuf_hdlc.wr) in hdlcdrv_siocdevprivate()
595 s->bitbuf_hdlc.buffer[s->bitbuf_hdlc.rd]; in hdlcdrv_siocdevprivate()
596 s->bitbuf_hdlc.rd = (s->bitbuf_hdlc.rd+1) % in hdlcdrv_siocdevprivate()
597 sizeof(s->bitbuf_hdlc.buffer); in hdlcdrv_siocdevprivate()
662 s->bitbuf_hdlc.rd = s->bitbuf_hdlc in hdlcdrv_setup()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dhdlcdrv.h146 struct hdlcdrv_bitbuffer bitbuf_hdlc; member
/kernel/linux/linux-6.6/include/linux/
H A Dhdlcdrv.h146 struct hdlcdrv_bitbuffer bitbuf_hdlc; member

Completed in 4 milliseconds