hdr_pos           256 drivers/staging/vt6656/rxtx.c 	u8 *hdr_pos = (u8 *)hdr;
hdr_pos           262 drivers/staging/vt6656/rxtx.c 	return (u16)(hdr_pos - head);
hdr_pos            60 sound/soc/soc-topology.c 	const u8 *hdr_pos;	/* header position */
hdr_pos           112 sound/soc/soc-topology.c 	const u8 *end = tplg->hdr_pos;
hdr_pos           121 sound/soc/soc-topology.c 	return (unsigned long)(tplg->hdr_pos - tplg->fw->data);
hdr_pos          2608 sound/soc/soc-topology.c 	tplg->pos = tplg->hdr_pos + sizeof(struct snd_soc_tplg_hdr);
hdr_pos          2655 sound/soc/soc-topology.c 		tplg->hdr_pos = tplg->fw->data;
hdr_pos          2656 sound/soc/soc-topology.c 		hdr = (struct snd_soc_tplg_hdr *)tplg->hdr_pos;
hdr_pos          2673 sound/soc/soc-topology.c 			tplg->hdr_pos += le32_to_cpu(hdr->payload_size) +
hdr_pos          2675 sound/soc/soc-topology.c 			hdr = (struct snd_soc_tplg_hdr *)tplg->hdr_pos;
hdr_pos            47 tools/perf/util/trace-event-info.c 	off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR);
hdr_pos            77 tools/perf/util/trace-event-info.c 	if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) {