line_bytes        127 drivers/media/pci/bt8xx/bt878.c 	bt->line_bytes = bt->block_bytes;
line_bytes        130 drivers/media/pci/bt8xx/bt878.c 	while (bt->line_bytes > 4095) {
line_bytes        131 drivers/media/pci/bt8xx/bt878.c 		bt->line_bytes >>= 1;
line_bytes        153 drivers/media/pci/bt8xx/bt878.c 			bt->line_count, bt->line_bytes);
line_bytes        164 drivers/media/pci/bt8xx/bt878.c 				   line_bytes);
line_bytes        167 drivers/media/pci/bt8xx/bt878.c 				   bt->line_bytes);
line_bytes        169 drivers/media/pci/bt8xx/bt878.c 		buf_pos += bt->line_bytes;
line_bytes        178 drivers/media/pci/bt8xx/bt878.c 	btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN);
line_bytes        111 drivers/media/pci/bt8xx/bt878.h 	u32 line_bytes;
line_bytes        190 sound/pci/bt87x.c 	unsigned int line_bytes;
line_bytes        259 sound/pci/bt87x.c 	chip->line_bytes = period_bytes;
line_bytes        499 sound/pci/bt87x.c 			 chip->line_bytes | (chip->lines << 16));
line_bytes        536 sound/pci/bt87x.c 	return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes);