Searched defs:bitstream (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_vli.h | 215 struct bitstream {  struct216 	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
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | hdlcdrv.h | 111 		unsigned int bitstream;  member131 		unsigned int bitstream;  member
 
 | 
| /Linux-v5.4/drivers/net/hamradio/ | 
| D | baycom_epp.c | 176 		unsigned int bitbuf, bitstream, numbits, state;  member363         unsigned bitstream, notbitstream, bitbuf, numbit, crc;  in encode_hdlc()  local
 555         unsigned int bitbuf, notbitstream, bitstream, numbits, state;  in receive()  local
 
 | 
| /Linux-v5.4/drivers/misc/genwqe/ | 
| D | card_debugfs.c | 287 	u64 app_id, slu_id, bitstream = -1;  in info_show()  local
 | 
| D | card_utils.c | 724 	u64 bitstream;  in genwqe_read_softreset()  local
 | 
| /Linux-v5.4/drivers/staging/media/hantro/ | 
| D | hantro_v4l2.c | 63 		       bool bitstream)  in hantro_get_default_fmt()
 | 
| /Linux-v5.4/drivers/staging/comedi/drivers/ | 
| D | cb_pcidas64.c | 1695 	u8 bitstream;  in i2c_write()  local3524 	unsigned int bitstream = ((address & 0x7) << 8) | value;  in caldac_8800_write()  local
 3657 	unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff);  in ad8402_write()  local
 3709 	unsigned int bitstream = (read_command << 8) | address;  in read_eeprom()  local
 
 | 
| /Linux-v5.4/drivers/media/platform/coda/ | 
| D | coda.h | 245 	struct coda_aux_buf		bitstream;  member
 |