Home
last modified time | relevance | path

Searched defs:bitstream (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/jffs2/
H A Dmini_inflate.h31 struct bitstream { struct
32 unsigned char *data; /* increments as we move from byte to byte */
33 unsigned char bit; /* 0 to 7 */
34 void *(*memcpy)(void *, const void *, size);
35 unsigned long decoded; /* The number of bytes decoded */
36 int error;
38 int distance_count[16];
39 int distance_first[16];
40 int distance_pos[16];
41 int distance_lengths[32];
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_vli.h215 struct bitstream { struct
216 struct bitstream_cursor cur; argument
226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
/openbmc/linux/include/linux/
H A Dhdlcdrv.h111 unsigned int bitstream; member
131 unsigned int bitstream; member
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_epp.c176 unsigned int bitbuf, bitstream, numbits, state; member
363 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_debugfs.c287 u64 app_id, slu_id, bitstream = -1; in info_show() local
H A Dcard_utils.c705 u64 bitstream; in genwqe_read_softreset() local
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_pcidas64.c1689 u8 bitstream; in i2c_write() local
3518 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local
3651 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local
3703 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c130 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream, in hantro_get_default_fmt()
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c928 struct tegra_m2m_buffer *bitstream = vb_to_tegra_buf(&src->vb2_buf); in tegra_vde_h264_decode_run() local
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda.h263 struct coda_aux_buf bitstream; member