bitstream        1113 drivers/block/drbd/drbd_main.c 	struct bitstream bs;
bitstream        4736 drivers/block/drbd/drbd_receiver.c 	struct bitstream bs;
bitstream         226 drivers/block/drbd/drbd_vli.h static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits)
bitstream         234 drivers/block/drbd/drbd_vli.h static inline void bitstream_rewind(struct bitstream *bs)
bitstream         248 drivers/block/drbd/drbd_vli.h static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits)
bitstream         281 drivers/block/drbd/drbd_vli.h static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits)
bitstream         328 drivers/block/drbd/drbd_vli.h static inline int vli_encode_bits(struct bitstream *bs, u64 in)
bitstream         156 drivers/media/platform/coda/coda-bit.c 		      (rd_ptr - ctx->bitstream.paddr);
bitstream         167 drivers/media/platform/coda/coda-bit.c 	rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask);
bitstream         169 drivers/media/platform/coda/coda-bit.c 	wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask);
bitstream         179 drivers/media/platform/coda/coda-bit.c 	wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask);
bitstream         215 drivers/media/platform/coda/coda-bit.c 	kfifo_init(&ctx->bitstream_fifo, ctx->bitstream.vaddr,
bitstream         216 drivers/media/platform/coda/coda-bit.c 		   ctx->bitstream.size);
bitstream         259 drivers/media/platform/coda/coda-bit.c 	    ctx->bitstream.size)
bitstream        1715 drivers/media/platform/coda/coda-bit.c 		ctx->bitstream.vaddr, ctx->bitstream.size);
bitstream        1752 drivers/media/platform/coda/coda-bit.c 	if (ctx->bitstream.vaddr)
bitstream        1755 drivers/media/platform/coda/coda-bit.c 	ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2);
bitstream        1756 drivers/media/platform/coda/coda-bit.c 	ctx->bitstream.vaddr = dma_alloc_wc(ctx->dev->dev, ctx->bitstream.size,
bitstream        1757 drivers/media/platform/coda/coda-bit.c 					    &ctx->bitstream.paddr, GFP_KERNEL);
bitstream        1758 drivers/media/platform/coda/coda-bit.c 	if (!ctx->bitstream.vaddr) {
bitstream        1764 drivers/media/platform/coda/coda-bit.c 		   ctx->bitstream.vaddr, ctx->bitstream.size);
bitstream        1771 drivers/media/platform/coda/coda-bit.c 	if (ctx->bitstream.vaddr == NULL)
bitstream        1774 drivers/media/platform/coda/coda-bit.c 	dma_free_wc(ctx->dev->dev, ctx->bitstream.size, ctx->bitstream.vaddr,
bitstream        1775 drivers/media/platform/coda/coda-bit.c 		    ctx->bitstream.paddr);
bitstream        1776 drivers/media/platform/coda/coda-bit.c 	ctx->bitstream.vaddr = NULL;
bitstream        1850 drivers/media/platform/coda/coda-bit.c 	bitstream_buf = ctx->bitstream.paddr;
bitstream        1851 drivers/media/platform/coda/coda-bit.c 	bitstream_size = ctx->bitstream.size;
bitstream        2277 drivers/media/platform/coda/coda-bit.c 		if (coda_get_bitstream_payload(ctx) >= ctx->bitstream.size - 512)
bitstream        2279 drivers/media/platform/coda/coda-bit.c 				ctx->bitstream.vaddr, ctx->bitstream.size);
bitstream        1742 drivers/media/platform/coda/coda-common.c 	if (ctx->bitstream.size && vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) {
bitstream        1986 drivers/media/platform/coda/coda-common.c 			ctx->bitstream.vaddr, ctx->bitstream.size);
bitstream         245 drivers/media/platform/coda/coda.h 	struct coda_aux_buf		bitstream;
bitstream         287 drivers/misc/genwqe/card_debugfs.c 	u64 app_id, slu_id, bitstream = -1;
bitstream         294 drivers/misc/genwqe/card_debugfs.c 		bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM);
bitstream         312 drivers/misc/genwqe/card_debugfs.c 		   bitstream);
bitstream         724 drivers/misc/genwqe/card_utils.c 	u64 bitstream;
bitstream         729 drivers/misc/genwqe/card_utils.c 	bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1;
bitstream         730 drivers/misc/genwqe/card_utils.c 	cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull;
bitstream         176 drivers/net/hamradio/baycom_epp.c 		unsigned int bitbuf, bitstream, numbits, state;
bitstream         363 drivers/net/hamradio/baycom_epp.c         unsigned bitstream, notbitstream, bitbuf, numbit, crc;
bitstream         380 drivers/net/hamradio/baycom_epp.c 	bitstream = bitbuf = numbit = 0;
bitstream         382 drivers/net/hamradio/baycom_epp.c 		bitstream >>= 8;
bitstream         383 drivers/net/hamradio/baycom_epp.c 		bitstream |= ((unsigned int)*bp) << 8;
bitstream         385 drivers/net/hamradio/baycom_epp.c 		notbitstream = ~bitstream;
bitstream         392 drivers/net/hamradio/baycom_epp.c 				bitstream &= ~(0x100 << j);
bitstream         396 drivers/net/hamradio/baycom_epp.c 				notbitstream = ~bitstream;
bitstream         555 drivers/net/hamradio/baycom_epp.c         unsigned int bitbuf, notbitstream, bitstream, numbits, state;
bitstream         563 drivers/net/hamradio/baycom_epp.c 	bitstream = bc->hdlcrx.bitstream;
bitstream         574 drivers/net/hamradio/baycom_epp.c 			bitstream >>= 8;
bitstream         575 drivers/net/hamradio/baycom_epp.c 			bitstream |= (*cp) << 8;
bitstream         579 drivers/net/hamradio/baycom_epp.c 			notbitstream = ~bitstream;
bitstream         590 drivers/net/hamradio/baycom_epp.c 					else if ((bitstream & (0x1fe << j)) == (0x0fc << j)) {
bitstream         601 drivers/net/hamradio/baycom_epp.c 				else if (unlikely((bitstream & (0x1f8 << j)) == (0xf8 << j))) {
bitstream         619 drivers/net/hamradio/baycom_epp.c 	bc->hdlcrx.bitstream = bitstream;
bitstream         171 drivers/net/hamradio/hdlcdrv.c 	       	s->hdlcrx.bitstream >>= 16;
bitstream         172 drivers/net/hamradio/hdlcdrv.c 		s->hdlcrx.bitstream |= word << 16;
bitstream         181 drivers/net/hamradio/hdlcdrv.c 			if ((s->hdlcrx.bitstream & mask1) == mask1)
bitstream         183 drivers/net/hamradio/hdlcdrv.c 			else if ((s->hdlcrx.bitstream & mask2) == mask3) {
bitstream         196 drivers/net/hamradio/hdlcdrv.c 			} else if ((s->hdlcrx.bitstream & mask4) == mask5) {
bitstream         315 drivers/net/hamradio/hdlcdrv.c 			s->hdlctx.bitstream = 0;
bitstream         327 drivers/net/hamradio/hdlcdrv.c 			s->hdlctx.bitstream >>= 8;
bitstream         328 drivers/net/hamradio/hdlcdrv.c 			s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16;
bitstream         335 drivers/net/hamradio/hdlcdrv.c 				if ((s->hdlctx.bitstream & mask1) != mask1) 
bitstream         337 drivers/net/hamradio/hdlcdrv.c 				s->hdlctx.bitstream &= ~mask2;
bitstream         356 drivers/net/hamradio/hdlcdrv.c 	s->hdlctx.bitbuf = s->hdlctx.bitstream = s->hdlctx.numbits = 0;
bitstream         452 drivers/net/hamradio/hdlcdrv.c 	s->hdlctx.bitstream = s->hdlctx.bitbuf = s->hdlctx.numbits = 0;
bitstream         650 drivers/net/hamradio/hdlcdrv.c 	s->hdlctx.bitstream = s->hdlctx.bitbuf = s->hdlctx.numbits = 0;
bitstream        1695 drivers/staging/comedi/drivers/cb_pcidas64.c 	u8 bitstream;
bitstream        1710 drivers/staging/comedi/drivers/cb_pcidas64.c 	bitstream = (address << 1) & ~read_bit;
bitstream        1711 drivers/staging/comedi/drivers/cb_pcidas64.c 	i2c_write_byte(dev, bitstream);
bitstream        3524 drivers/staging/comedi/drivers/cb_pcidas64.c 	unsigned int bitstream = ((address & 0x7) << 8) | value;
bitstream        3534 drivers/staging/comedi/drivers/cb_pcidas64.c 		if (bitstream & bit)
bitstream        3657 drivers/staging/comedi/drivers/cb_pcidas64.c 	unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff);
bitstream        3665 drivers/staging/comedi/drivers/cb_pcidas64.c 		if (bitstream & bit)
bitstream        3709 drivers/staging/comedi/drivers/cb_pcidas64.c 	unsigned int bitstream = (read_command << 8) | address;
bitstream        3731 drivers/staging/comedi/drivers/cb_pcidas64.c 		if (bitstream & bit)
bitstream          63 drivers/staging/media/hantro/hantro_v4l2.c 		       bool bitstream)
bitstream          68 drivers/staging/media/hantro/hantro_v4l2.c 		if (bitstream == (formats[i].codec_mode !=
bitstream         111 include/linux/hdlcdrv.h 		unsigned int bitstream;
bitstream         131 include/linux/hdlcdrv.h 		unsigned int bitstream;