Searched refs:bitbuf_channel (Results 1 – 2 of 2) sorted by relevance
590 if (s->bitbuf_channel.rd == s->bitbuf_channel.wr) in hdlcdrv_ioctl()593 s->bitbuf_channel.buffer[s->bitbuf_channel.rd]; in hdlcdrv_ioctl()594 s->bitbuf_channel.rd = (s->bitbuf_channel.rd+1) % in hdlcdrv_ioctl()595 sizeof(s->bitbuf_channel.buffer); in hdlcdrv_ioctl()670 s->bitbuf_channel.rd = s->bitbuf_channel.wr = 0; in hdlcdrv_setup()671 s->bitbuf_channel.shreg = 0x80; in hdlcdrv_setup()
145 struct hdlcdrv_bitbuffer bitbuf_channel; member247 hdlcdrv_add_bitbuffer(&s->bitbuf_channel, bit); in hdlcdrv_channelbit()