Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dhdlcdrv.c576 if (s->bitbuf_channel.rd == s->bitbuf_channel.wr) in hdlcdrv_ioctl()
579 s->bitbuf_channel.buffer[s->bitbuf_channel.rd]; in hdlcdrv_ioctl()
580 s->bitbuf_channel.rd = (s->bitbuf_channel.rd+1) % in hdlcdrv_ioctl()
581 sizeof(s->bitbuf_channel.buffer); in hdlcdrv_ioctl()
656 s->bitbuf_channel.rd = s->bitbuf_channel.wr = 0; in hdlcdrv_setup()
657 s->bitbuf_channel in hdlcdrv_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dhdlcdrv.c579 if (s->bitbuf_channel.rd == s->bitbuf_channel.wr) in hdlcdrv_siocdevprivate()
582 s->bitbuf_channel.buffer[s->bitbuf_channel.rd]; in hdlcdrv_siocdevprivate()
583 s->bitbuf_channel.rd = (s->bitbuf_channel.rd+1) % in hdlcdrv_siocdevprivate()
584 sizeof(s->bitbuf_channel.buffer); in hdlcdrv_siocdevprivate()
659 s->bitbuf_channel.rd = s->bitbuf_channel.wr = 0; in hdlcdrv_setup()
660 s->bitbuf_channel in hdlcdrv_setup()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dhdlcdrv.h145 struct hdlcdrv_bitbuffer bitbuf_channel; member
247 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit); in hdlcdrv_channelbit()
/kernel/linux/linux-6.6/include/linux/
H A Dhdlcdrv.h145 struct hdlcdrv_bitbuffer bitbuf_channel; member
247 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit); in hdlcdrv_channelbit()

Completed in 4 milliseconds