Home
last modified time | relevance | path

Searched refs:bitstream (Results 1 – 20 of 20) sorted by relevance

/drivers/block/drbd/
A Ddrbd_vli.h215 struct bitstream { struct
226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
234 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind()
248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits()
281 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits()
328 static inline int vli_encode_bits(struct bitstream *bs, u64 in) in vli_encode_bits()
A Ddrbd_main.c1082 struct bitstream bs; in fill_bitmap_rle_bits()
A Ddrbd_receiver.c4506 struct bitstream bs; in recv_bm_rle_bits()
/drivers/net/hamradio/
A Dhdlcdrv.c172 s->hdlcrx.bitstream >>= 16; in hdlcdrv_receiver()
173 s->hdlcrx.bitstream |= word << 16; in hdlcdrv_receiver()
182 if ((s->hdlcrx.bitstream & mask1) == mask1) in hdlcdrv_receiver()
184 else if ((s->hdlcrx.bitstream & mask2) == mask3) { in hdlcdrv_receiver()
197 } else if ((s->hdlcrx.bitstream & mask4) == mask5) { in hdlcdrv_receiver()
316 s->hdlctx.bitstream = 0; in hdlcdrv_transmitter()
328 s->hdlctx.bitstream >>= 8; in hdlcdrv_transmitter()
329 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16; in hdlcdrv_transmitter()
336 if ((s->hdlctx.bitstream & mask1) != mask1) in hdlcdrv_transmitter()
338 s->hdlctx.bitstream &= ~mask2; in hdlcdrv_transmitter()
[all …]
A Dbaycom_epp.c380 bitstream = bitbuf = numbit = 0; in encode_hdlc()
382 bitstream >>= 8; in encode_hdlc()
383 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc()
385 notbitstream = ~bitstream; in encode_hdlc()
392 bitstream &= ~(0x100 << j); in encode_hdlc()
396 notbitstream = ~bitstream; in encode_hdlc()
563 bitstream = bc->hdlcrx.bitstream; in receive()
574 bitstream >>= 8; in receive()
575 bitstream |= (*cp) << 8; in receive()
579 notbitstream = ~bitstream; in receive()
[all …]
/drivers/media/platform/chips-media/coda/
A Dcoda-bit.c217 ctx->bitstream.size); in coda_bitstream_flush()
260 ctx->bitstream.size) in coda_bitstream_try_queue()
1731 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work()
1768 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer()
1772 ctx->bitstream.vaddr = dma_alloc_wc(ctx->dev->dev, ctx->bitstream.size, in coda_alloc_bitstream_buffer()
1774 if (!ctx->bitstream.vaddr) { in coda_alloc_bitstream_buffer()
1780 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_alloc_bitstream_buffer()
1790 dma_free_wc(ctx->dev->dev, ctx->bitstream.size, ctx->bitstream.vaddr, in coda_free_bitstream_buffer()
1791 ctx->bitstream.paddr); in coda_free_bitstream_buffer()
1792 ctx->bitstream.vaddr = NULL; in coda_free_bitstream_buffer()
[all …]
A Dcoda.h263 struct coda_aux_buf bitstream; member
A Dcoda-common.c1878 if (ctx->bitstream.size && vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT) { in coda_buf_queue()
2158 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_stop_streaming()
/drivers/misc/genwqe/
A Dcard_debugfs.c287 u64 app_id, slu_id, bitstream = -1; in info_show() local
294 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM); in info_show()
312 bitstream); in info_show()
A Dcard_utils.c705 u64 bitstream; in genwqe_read_softreset() local
710 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in genwqe_read_softreset()
711 cd->softreset = (bitstream == 0) ? 0x8ull : 0xcull; in genwqe_read_softreset()
/drivers/media/platform/verisilicon/
A Dhantro_v4l2.h31 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream,
A Dhantro_v4l2.c149 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream, in hantro_get_default_fmt() argument
157 if (bitstream == (formats[i].codec_mode != in hantro_get_default_fmt()
165 if (bitstream == (formats[i].codec_mode != in hantro_get_default_fmt()
/drivers/media/test-drivers/visl/
A DKconfig27 Choose Y to dump the bitstream buffers through debugfs.
/drivers/media/platform/st/sti/delta/
A DKconfig10 decoding of various compressed video bitstream format in
/drivers/comedi/drivers/
A Dcb_pcidas64.c1684 u8 bitstream; in i2c_write() local
1699 bitstream = (address << 1) & ~read_bit; in i2c_write()
1700 i2c_write_byte(dev, bitstream); in i2c_write()
3513 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local
3523 if (bitstream & bit) in caldac_8800_write()
3646 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local
3654 if (bitstream & bit) in ad8402_write()
3698 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local
3720 if (bitstream & bit) in read_eeprom()
/drivers/media/platform/nvidia/tegra-vde/
A Dh264.c923 struct tegra_m2m_buffer *bitstream = vb_to_tegra_buf(&src->vb2_buf); in tegra_vde_h264_decode_run() local
934 bitstream->dma_addr[0], in tegra_vde_h264_decode_run()
/drivers/fpga/
A DKconfig278 bitstream image.
/drivers/misc/
A DKconfig450 tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
454 This option enables support for bitstream configuration (programming
/drivers/firmware/
A DKconfig165 risk of corrupting the bitstream storage and bricking the system.
/drivers/char/hw_random/
A DKconfig31 the default FPGA bitstream on the TS-7800 has such functionality.

Completed in 87 milliseconds