Searched refs:bitbuf_channel (Results 1 – 2 of 2) sorted by relevance
586 if (s->bitbuf_channel.rd == s->bitbuf_channel.wr) in hdlcdrv_ioctl()589 s->bitbuf_channel.buffer[s->bitbuf_channel.rd]; in hdlcdrv_ioctl()590 s->bitbuf_channel.rd = (s->bitbuf_channel.rd+1) % in hdlcdrv_ioctl()591 sizeof(s->bitbuf_channel.buffer); in hdlcdrv_ioctl()666 s->bitbuf_channel.rd = s->bitbuf_channel.wr = 0; in hdlcdrv_setup()667 s->bitbuf_channel.shreg = 0x80; in hdlcdrv_setup()
144 struct hdlcdrv_bitbuffer bitbuf_channel; member246 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit); in hdlcdrv_channelbit()