Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_vli.h227 struct bitstream { struct
228 struct bitstream_cursor cur; argument
238 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
/linux-4.4.14/include/linux/
Dhdlcdrv.h110 unsigned int bitstream; member
130 unsigned int bitstream; member
/linux-4.4.14/drivers/net/hamradio/
Dbaycom_epp.c191 unsigned int bitbuf, bitstream, numbits, state; member
374 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local
565 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
/linux-4.4.14/drivers/misc/genwqe/
Dcard_debugfs.c309 u64 app_id, slu_id, bitstream = -1; in genwqe_info_show() local
Dcard_utils.c715 u64 bitstream; in genwqe_read_softreset() local
/linux-4.4.14/drivers/staging/comedi/drivers/
Dcb_pcidas64.c1697 uint8_t bitstream; in i2c_write() local
3536 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local
3669 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local
3721 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local
/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h215 struct coda_aux_buf bitstream; member