Searched defs:bitstream (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/drivers/block/drbd/ |
D | drbd_vli.h | 227 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-3.3/drivers/staging/comedi/drivers/ |
D | cb_pcidas.c | 1792 unsigned int bitstream, in write_calibration_bitstream() 1813 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local 1841 unsigned int bitstream = value & 0x7f; in trimpot_7376_write() local 1865 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in trimpot_8402_write() local
|
D | cb_pcidas64.c | 3818 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local 3877 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local 4107 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local 4286 uint8_t bitstream; in i2c_write() local
|
/linux-3.3/drivers/net/hamradio/ |
D | baycom_epp.c | 191 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-3.3/include/linux/ |
D | hdlcdrv.h | 206 unsigned int bitstream; member 226 unsigned int bitstream; member
|